X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FOVSDB.robot;h=166ce964f02341da186b0a1b850f72dbf2372658;hb=02dd570f7544c8cd6eb17bda775de9bccc89f923;hp=a50a4aacf337cd991e3cf89305a1542e8388b5ce;hpb=c88ead2b4a65ba004398ad07cfe033ae1e467b17;p=integration%2Ftest.git diff --git a/csit/libraries/OVSDB.robot b/csit/libraries/OVSDB.robot index a50a4aacf3..166ce964f0 100644 --- a/csit/libraries/OVSDB.robot +++ b/csit/libraries/OVSDB.robot @@ -293,7 +293,7 @@ Log Config And Operational Topology Config and Operational Topology Should Be Empty [Documentation] This will check that only the expected output is there for both operational and config ... topology data stores. Empty probably means that only ovsdb:1 is there. - ${config_resp} = RequestsLibrary.GET On Session session url=${RFC8040_CONFIG_TOPO_API} + ${config_resp} = RequestsLibrary.GET On Session session url=${RFC8040_CONFIG_TOPO_API} ${operational_resp} = RequestsLibrary.GET On Session session url=${RFC8040_OPERATIONAL_TOPO_API} BuiltIn.Should Contain ${config_resp.text} {"topology-id":"ovsdb:1"} BuiltIn.Should Contain ${operational_resp.text} {"topology-id":"ovsdb:1"}