commit | 6c7211c7bdb32df80cd503e892aa87720cdf82a8 | [log] [tgz] |
---|---|---|
author | Oleg Khavroshin <okhavroshin@mirantis.com> | Tue Jan 12 16:38:13 2016 +0300 |
committer | Oleg Khavroshin <okhavroshin@mirantis.com> | Tue Jan 19 10:05:34 2016 +0000 |
tree | da98e26e37e13dd3e9c9db8b4e95321748f38ce0 | |
parent | d6dfa3c6b277ea98a0e2b63d2836d4763845ddb0 [diff] [blame] |
Edit backslashes for lines continuation It is preferred to wrap long lines in parentheses and not a backslash for line continuation due to OpenStack Style Guidelines http://docs.openstack.org/developer/hacking/#general, paragraph 2 Change-Id: Ibfc1022f8e4704fe2040e63bb87322404cea35a4
diff --git a/scenario/test_server_software_config.py b/scenario/test_server_software_config.py index ad76763..f5e86e6 100644 --- a/scenario/test_server_software_config.py +++ b/scenario/test_server_software_config.py
@@ -37,7 +37,8 @@ mode => 0644, content => "The file /tmp/$::bar contains $::foo for server \ $::deploy_server_id during $::deploy_action", -}''' +} +''' class SoftwareConfigIntegrationTest(scenario_base.ScenarioTestsBase):