aboutsummaryrefslogtreecommitdiffstats
path: root/functest/tests/unit/features/test_sdnvpn.py
diff options
context:
space:
mode:
Diffstat (limited to 'functest/tests/unit/features/test_sdnvpn.py')
-rw-r--r--functest/tests/unit/features/test_sdnvpn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/tests/unit/features/test_sdnvpn.py b/functest/tests/unit/features/test_sdnvpn.py
index 7dcf7cc8..8fa43fc4 100644
--- a/functest/tests/unit/features/test_sdnvpn.py
+++ b/functest/tests/unit/features/test_sdnvpn.py
@@ -21,7 +21,7 @@ class SdnVpnTesting(unittest.TestCase):
logging.disable(logging.CRITICAL)
def setUp(self):
- self.sdnvpn = sdnvpn.SdnVpnTests()
+ self.sdnvpn = sdnvpn.SdnVpnTests(case_name="bgpvpn")
def test_init(self):
self.assertEqual(self.sdnvpn.project_name, "sdnvpn")