Merge "Change prefix for namespace fixture"

This commit is contained in:
Jenkins 2015-07-20 21:45:52 +00:00 committed by Gerrit Code Review
commit b4a8f66e4b
1 changed files with 1 additions and 1 deletions

View 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'