From: Anil Vishnoi Date: Fri, 10 Mar 2017 23:01:09 +0000 (-0800) Subject: Fix rest body of create-node X-Git-Tag: release/boron-sr3~93 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=651e139b0fa0996b8c924cfab64fe6301df8c0f7;p=integration%2Ftest.git Fix rest body of create-node When we load all features,it loads ovsdb and hwvtep both and both the yang models has connection-info container in their yang models. When both are loaded, we need to specifically mention which connection-info we are referring to in our rest body. We have done similar fix in the past as well https://git.opendaylight.org/gerrit/#/c/37216/ Change-Id: I1067b96619e0017b9ff7bb8c644fd915ba5836aa Signed-off-by: Anil Vishnoi --- diff --git a/csit/variables/ovsdb/create_node.json b/csit/variables/ovsdb/create_node.json index e5858806aa..8625705a0e 100644 --- a/csit/variables/ovsdb/create_node.json +++ b/csit/variables/ovsdb/create_node.json @@ -2,7 +2,7 @@ "node": [ { "node-id": "ovsdb:HOST1", - "connection-info": { + "ovsdb:connection-info": { "ovsdb:remote-ip": "127.0.0.1", "ovsdb:remote-port": "61644" }