From: Jakub Libosvar Date: Thu, 16 Jul 2015 08:45:22 +0000 (+0200) Subject: Change prefix for namespace fixture X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4acf32026023cbd85295d8c8021b1b305a55435a;p=openstack-build%2Fneutron-build.git 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 --- 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'