diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-01-15 11:08:34 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-01-15 11:09:47 +0100 |
commit | ae7e4fc1d7766027cf9cc7fcd3b5a3ad29af964e (patch) | |
tree | 27ea05c316783b1039b453135002181dc60e919e /resources/traffic_scripts | |
parent | 3c88007b0cb32905af6e133663f4cd1ad44c13de (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-x | resources/traffic_scripts/honeycomb/read_vpp_version.py | 2 |
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> |