From a0bd84c7929e3f57861ad180f0abb4355ac3b507 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Fri, 25 Mar 2016 09:44:13 -0600 Subject: [PATCH] Update netconfig modular string This change updates the plugin example test to look for the correct netconfig modular string. The string was updated as part of the osnailyfacter refacter to make it more consistent with the other notices. Change-Id: I8c33fb24eb20a7db7f802cb91e8f68679da7a772 Closes-Bug: #1561986 --- .../tests/plugins/plugin_example/test_fuel_plugin_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuelweb_test/tests/plugins/plugin_example/test_fuel_plugin_example.py b/fuelweb_test/tests/plugins/plugin_example/test_fuel_plugin_example.py index a4c575960..48784e342 100644 --- a/fuelweb_test/tests/plugins/plugin_example/test_fuel_plugin_example.py +++ b/fuelweb_test/tests/plugins/plugin_example/test_fuel_plugin_example.py @@ -204,7 +204,7 @@ class ExamplePlugin(TestBasic): # check if fuel_plugin_example_v3_puppet called # between netconfig and connectivity_tests - netconfig_str = 'MODULAR: netconfig.pp' + netconfig_str = 'MODULAR: netconfig/netconfig.pp' plugin_str = 'PLUGIN: fuel_plugin_example_v3 - deploy.pp' connect_str = 'MODULAR: connectivity_tests.pp' checkers.check_log_lines_order(