Change REST and RESTCONF port to variables
[integration.git] / test / csit / suites / base-of13 / 070__Flows_OF13 / 301__src_ip.txt
index 825fa250c8632582d85f41bdc832f6802f8f72a2..6e6e8c85c2c6d04be1eda3bf2b90c3b977531731 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite for pushing/verify/remove a flow through RESTCONF
-Suite Setup       Create Session    session    http://${CONTROLLER}:8080    auth=${AUTH}    headers=${HEADERS_XML}
+Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
 Suite Teardown    Delete All Sessions
 Library           SSHLibrary
 Library           Collections