From: Tomer Pearl Date: Fri, 7 Apr 2017 16:12:46 +0000 (+0300) Subject: Add subnet-op-data to odl models dump X-Git-Tag: release/boron-sr3^0 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F27%2F54527%2F3;p=integration%2Ftest.git Add subnet-op-data to odl models dump odl-l3vpn:subnet-op-data is useful when debugging the subnet-route feature. Change-Id: Ia3b28dd72aae0aca21a9328b1b7d6476f50234f9 Signed-off-by: Tomer Pearl --- diff --git a/csit/variables/netvirt/Modules.py b/csit/variables/netvirt/Modules.py index 6362ae903e..7d250e22b5 100644 --- a/csit/variables/netvirt/Modules.py +++ b/csit/variables/netvirt/Modules.py @@ -45,6 +45,7 @@ data_models = [ 'operational/odl-l3vpn:learnt-vpn-vip-to-port-data', 'operational/odl-l3vpn:neutron-router-dpns', 'operational/odl-l3vpn:prefix-to-interface', + 'operational/odl-l3vpn:subnet-op-data', 'operational/odl-l3vpn:vpn-instance-op-data', 'operational/odl-l3vpn:vpn-to-extraroute', 'operational/odl-nat:external-ips-counter',