X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fgroupbasedpolicy%2FGBPSFC%2F6-node%2Fdemo-asymmetric-chain%2F040_show_data.robot;fp=csit%2Fsuites%2Fgroupbasedpolicy%2FGBPSFC%2F6-node%2Fdemo-asymmetric-chain%2F040_show_data.robot;h=2c3093564ba1a2b79fae587778f30101a67b6427;hb=eb6f6620ee35cce6f31c0e0288934ef04f03dd78;hp=49408b1e94f3470cbe73000f3e7190358f6bec85;hpb=5855ec4efd3303cf96c5ac4e122326fd8fef1f65;p=integration%2Ftest.git diff --git a/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/040_show_data.robot b/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/040_show_data.robot index 49408b1e94..2c3093564b 100644 --- a/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/040_show_data.robot +++ b/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/040_show_data.robot @@ -1,13 +1,13 @@ *** Settings *** -Documentation Deep inspection of HTTP traffic on asymmetric chain. -... Nodes are located on different VMs. -Library SSHLibrary -Resource ../../../../../libraries/GBP/OpenFlowUtils.robot -Resource ../../../../../libraries/GBP/ConnUtils.robot -Resource ../Variables.robot -Resource ../Connections.robot +Documentation Deep inspection of HTTP traffic on asymmetric chain. +... Nodes are located on different VMs. + +Library SSHLibrary +Resource ../../../../../libraries/GBP/OpenFlowUtils.robot +Resource ../../../../../libraries/GBP/ConnUtils.robot +Resource ../Variables.robot +Resource ../Connections.robot -*** Variables *** *** Test Cases *** Show GBPSFC1 Status @@ -44,7 +44,11 @@ Show GBPSFC6 Status Read Tenants Confing From ODL [Documentation] Logs ODL data store. - Create Session session http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS_YANG_JSON} + Create Session + ... session + ... http://${ODL_SYSTEM_IP}:${RESTCONFPORT} + ... auth=${AUTH} + ... headers=${HEADERS_YANG_JSON} ${resp} RequestsLibrary.Get Request session ${GBP_TENANTS_API} Log ${resp.content}