From 6e9c2dc540c2dc1111b0098c9d23fcf9930d06c7 Mon Sep 17 00:00:00 2001 From: Alexander Kurenyshev Date: Mon, 29 Feb 2016 13:17:47 +0000 Subject: [PATCH] Revert "Update release version into reboot plugin" This reverts commit 23ca7e9ff9b42ab15c5ce91a719a1292d8c36187. The change plugin version to mitaka-9.0 was wrong. Because that version is about plugin's version itself and not about supported releases. Change-Id: I621ad5aac2c2e582846da511c9ad01f4dff979a4 --- .../tests/plugins/plugin_reboot/test_plugin_reboot_task.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/fuelweb_test/tests/plugins/plugin_reboot/test_plugin_reboot_task.py b/fuelweb_test/tests/plugins/plugin_reboot/test_plugin_reboot_task.py index d63501711..b52808550 100644 --- a/fuelweb_test/tests/plugins/plugin_reboot/test_plugin_reboot_task.py +++ b/fuelweb_test/tests/plugins/plugin_reboot/test_plugin_reboot_task.py @@ -69,7 +69,6 @@ class RebootPlugin(TestBasic): # create plugin template on the master node self.show_step(3) fpb.fpb_create_plugin(source_plugin_path) - fpb.fpb_change_plugin_version(plugin_name, 'mitaka-9.0') # replace plugin tasks with our file fpb.fpb_replace_plugin_content( os.path.join(tasks_path, tasks_file), @@ -203,7 +202,6 @@ class RebootPlugin(TestBasic): # create plugin template on the master node fpb.fpb_create_plugin(source_plugin_path) # replace plugin tasks with our file - fpb.fpb_change_plugin_version(plugin_name, 'mitaka-9.0') fpb.fpb_replace_plugin_content( os.path.join('/tmp/', tasks_file), os.path.join(source_plugin_path, 'tasks.yaml'))