From 4acf32026023cbd85295d8c8021b1b305a55435a Mon Sep 17 00:00:00 2001 From: Jakub Libosvar Date: Thu, 16 Jul 2015 10:45:22 +0200 Subject: [PATCH] Change prefix for namespace fixture With fullstack in game namespace fixtures are not used only in functional tests. This patch changes prefix to be "test-" instead of "func-" to describe better its purpose. Change-Id: Ie9a22f51dbd45247550d7cd538339ba199d93c26 --- neutron/tests/common/net_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/tests/common/net_helpers.py b/neutron/tests/common/net_helpers.py index 3fb50838d..1cb32520b 100644 --- a/neutron/tests/common/net_helpers.py +++ b/neutron/tests/common/net_helpers.py @@ -38,7 +38,7 @@ from neutron.tests import base as tests_base from neutron.tests.common import base as common_base from neutron.tests import tools -NS_PREFIX = 'func-' +NS_PREFIX = 'test-' BR_PREFIX = 'test-br' PORT_PREFIX = 'test-port' VETH0_PREFIX = 'test-veth0' -- 2.45.2