router and network association failure 63/55063/3
authorPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Fri, 6 Apr 2018 14:29:14 +0000 (16:29 +0200)
committerPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Mon, 9 Apr 2018 08:18:09 +0000 (10:18 +0200)
comment few sub tests till ODL provides fix for BGPVPN having both
router and network association: https://jira.opnfv.org/browse/SDNVPN-94.
Till then let us comment required subtests in testcase_4.py and update the
release note for fraser.

Change-Id: I498ee95c74b525f65e40a540e0f1162d78ec5504
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
docs/release/release-notes/release-notes.rst
sdnvpn/test/functest/testcase_4.py

index 58f929d..b335a23 100644 (file)
@@ -115,7 +115,7 @@ Known issues
 Moving to the new NetVirt has caused a regression in which a subnet
 cannot be both attached to a Router and Network associated to a VPN.
 This has been worked around in the tests and the upstream bug is being
-tracked [0].
+tracked [0] and [2].
 
 NAT for a VM which is in a private neutron network does not work. Instances
 created in subnets that are connected to the public network via a gateway
@@ -149,3 +149,4 @@ References
 ==========
 [0] https://jira.opnfv.org/projects/SDNVPN/issues/SDNVPN-94
 [1] https://jira.opnfv.org/projects/SDNVPN/issues/SDNVPN-99
+[2] https://jira.opendaylight.org/browse/NETVIRT-932
index dc13424..40648d5 100644 (file)
@@ -10,7 +10,6 @@
 
 import logging
 import sys
-import time
 
 from random import randint
 from sdnvpn.lib import config as sdnvpn_config
@@ -247,8 +246,10 @@ def main():
                     " updated network configuration")
         test_utils.wait_before_subtest()
 
-        results.get_ping_status(vm_1, vm_4, expected="PASS", timeout=30)
-        results.get_ping_status(vm_1, vm_5, expected="PASS", timeout=30)
+        # TODO: uncomment the following once ODL netvirt fixes the following
+        # bug: https://jira.opendaylight.org/browse/NETVIRT-932
+        # results.get_ping_status(vm_1, vm_4, expected="PASS", timeout=30)
+        # results.get_ping_status(vm_1, vm_5, expected="PASS", timeout=30)
 
         results.add_to_summary(0, "=")
         logger.info("\n%s" % results.summary)