From 9575f9c46541f5e530a623573462708f1a7c0e66 Mon Sep 17 00:00:00 2001 From: Maksym Strukov Date: Fri, 7 Aug 2015 16:54:42 +0300 Subject: [PATCH] Hotfix for separate_horizon_service system test settings.SEPARATE_SERVICE_HORIZON_PLUGIN_PATHPLUGIN_PATH is unresolved. Correct one is: settings.SEPARATE_SERVICE_HORIZON_PLUGIN_PATH Change-Id: I89b74dce34a576cd88b988786878b704984889c1 Closes-Bug: #1482654 --- .../tests/tests_separate_services/test_separate_horizon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuelweb_test/tests/tests_separate_services/test_separate_horizon.py b/fuelweb_test/tests/tests_separate_services/test_separate_horizon.py index 42cf181a0..637b030dc 100644 --- a/fuelweb_test/tests/tests_separate_services/test_separate_horizon.py +++ b/fuelweb_test/tests/tests_separate_services/test_separate_horizon.py @@ -56,7 +56,7 @@ class SeparateHorizon(TestBasic): checkers.upload_tarball( self.env.d_env.get_admin_remote(), - settings.SEPARATE_SERVICE_HORIZON_PLUGIN_PATHPLUGIN_PATH, "/var") + settings.SEPARATE_SERVICE_HORIZON_PLUGIN_PATH, "/var") # install plugins