Fix incorrect import in multirack tests

Change-Id: I268cb3186474bdec3ca33ad1f877a1a62e581d38
Closes-bug: #1551657
This commit is contained in:
Artem Panchenko 2016-03-01 12:23:34 +02:00
parent 20f6cb9463
commit 8c90c09d3f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class SetupEnvironment(TestBasic):
# inside 'address_pool', so we can use 'network_pools' section
# for L3 configuration in tests for multi racks
if MULTIPLE_NETWORKS:
from system_test.helpers.utils import load_yaml
from system_test.core.discover import load_yaml
self._devops_config = load_yaml(MULTIPLE_NETWORKS_TEMPLATE)
self.check_run("empty")