Style fixes.
Change-Id: If3162f247998f937e27ea4b605b4b34e068898fd
This commit is contained in:
parent
a55c14be5d
commit
acf391bb17
@ -22,7 +22,7 @@ from stacklight_tests.influxdb_grafana import api
|
||||
class TestInfluxdbPlugin(api.InfluxdbPluginApi):
|
||||
"""Class for smoke testing the InfluxDB-Grafana plugin."""
|
||||
|
||||
@test(depends_on_groups=['prepare_slaves_3'],
|
||||
@test(depends_on_groups=["prepare_slaves_3"],
|
||||
groups=["install_influxdb_grafana", "install",
|
||||
"influxdb_grafana", "smoke"])
|
||||
@log_snapshot_after_test
|
||||
@ -45,7 +45,7 @@ class TestInfluxdbPlugin(api.InfluxdbPluginApi):
|
||||
|
||||
self.activate_plugin()
|
||||
|
||||
@test(depends_on_groups=['prepare_slaves_3'],
|
||||
@test(depends_on_groups=["prepare_slaves_3"],
|
||||
groups=["deploy_influxdb_grafana", "deploy",
|
||||
"influxdb_grafana", "smoke"])
|
||||
@log_snapshot_after_test
|
||||
@ -83,7 +83,7 @@ class TestInfluxdbPlugin(api.InfluxdbPluginApi):
|
||||
|
||||
self.env.make_snapshot("deploy_influxdb_grafana", is_make=True)
|
||||
|
||||
@test(depends_on_groups=['prepare_slaves_9'],
|
||||
@test(depends_on_groups=["prepare_slaves_9"],
|
||||
groups=["deploy_ha_influxdb_grafana", "deploy", "deploy_ha"
|
||||
"influxdb_grafana", "smoke"])
|
||||
@log_snapshot_after_test
|
||||
|
@ -12,9 +12,8 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from proboscis import test
|
||||
|
||||
from fuelweb_test.helpers.decorators import log_snapshot_after_test
|
||||
from proboscis import test
|
||||
|
||||
from stacklight_tests.influxdb_grafana import api
|
||||
|
||||
|
@ -49,9 +49,9 @@ def import_tests():
|
||||
from stacklight_tests.lma_collector import test_smoke_bvt # noqa
|
||||
|
||||
from stacklight_tests.lma_infrastructure_alerting import ( # noqa
|
||||
test_smoke_bvt) # noqa
|
||||
test_smoke_bvt)
|
||||
from stacklight_tests.lma_infrastructure_alerting import ( # noqa
|
||||
test_system) # noqa
|
||||
test_system)
|
||||
|
||||
|
||||
def run_tests():
|
||||
|
Loading…
x
Reference in New Issue
Block a user