]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Change prefix for namespace fixture
authorJakub Libosvar <libosvar@redhat.com>
Thu, 16 Jul 2015 08:45:22 +0000 (10:45 +0200)
committerJakub Libosvar <libosvar@redhat.com>
Thu, 16 Jul 2015 08:45:22 +0000 (10:45 +0200)
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

index 3fb50838dee788e7d1e0b8bb915a0507fbd2b024..1cb32520b491330f8a8ac4f3881ec2d5b6ed5fa7 100644 (file)
@@ -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'