Fix [H405] pep rule in heat_integrationtests
Implements bp docstring-improvements
Change-Id: I7aebbdafef121c3414e6a0260452c1353af62e88
diff --git a/scenario/test_server_cfn_init.py b/scenario/test_server_cfn_init.py
index 267b44b..d3ee7ee 100644
--- a/scenario/test_server_cfn_init.py
+++ b/scenario/test_server_cfn_init.py
@@ -17,9 +17,7 @@
class CfnInitIntegrationTest(scenario_base.ScenarioTestsBase):
- """
- The class is responsible for testing cfn-init and cfn-signal workability
- """
+ """Testing cfn-init and cfn-signal workability."""
def setUp(self):
super(CfnInitIntegrationTest, self).setUp()
@@ -94,8 +92,7 @@
raise e
def test_server_cfn_init(self):
- """
- Check cfn-init and cfn-signal availability on the created server.
+ """Check cfn-init and cfn-signal availability on the created server.
The alternative scenario is the following:
1. Create a stack with a server and configured security group.