aboutsummaryrefslogtreecommitdiffstats
path: root/resources/traffic_scripts
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-01-15 11:08:34 +0100
committerMichal Cmarada <mcmarada@cisco.com>2019-01-15 11:09:47 +0100
commitae7e4fc1d7766027cf9cc7fcd3b5a3ad29af964e (patch)
tree27ea05c316783b1039b453135002181dc60e919e /resources/traffic_scripts
parent3c88007b0cb32905af6e133663f4cd1ad44c13de (diff)
fix failing tests after namespace updates in HC
Change-Id: Idf7cbcf285ff130f771eb3878065e6daa869ac71 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'resources/traffic_scripts')
-rwxr-xr-xresources/traffic_scripts/honeycomb/read_vpp_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/traffic_scripts/honeycomb/read_vpp_version.py b/resources/traffic_scripts/honeycomb/read_vpp_version.py
index 70ba733ca1..6a275e7c0f 100755
--- a/resources/traffic_scripts/honeycomb/read_vpp_version.py
+++ b/resources/traffic_scripts/honeycomb/read_vpp_version.py
@@ -74,7 +74,7 @@ class ConfigBlaster(object):
<get>
<filter xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0"
ns0:type="subtree">
- <vpp-state xmlns="urn:opendaylight:params:xml:ns:yang:vpp:management">
+ <vpp-state xmlns="http://fd.io/hc2vpp/yang/vpp-management">
<version/>
</vpp-state>
</filter>