From 61dc024f315a649eaa55237b1732750547cf3c35 Mon Sep 17 00:00:00 2001 From: sunqingliang6 Date: Wed, 20 Jun 2018 20:42:42 +0800 Subject: [PATCH] fix typos Change-Id: I1bc4458d655d12b5c9dfa5af983718993b4be815 --- .../functional/evaluator/test_scenario_evaluator.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vitrage/tests/functional/evaluator/test_scenario_evaluator.py b/vitrage/tests/functional/evaluator/test_scenario_evaluator.py index b9805a37e..21b05623e 100644 --- a/vitrage/tests/functional/evaluator/test_scenario_evaluator.py +++ b/vitrage/tests/functional/evaluator/test_scenario_evaluator.py @@ -692,12 +692,12 @@ class TestScenarioEvaluator(TestFunctionalBase, TestConfiguration): def test_complex_not_operator_deduced_alarm(self): """Handles a complex not operator use case - We have created the following template: if there is a openstack.cluster - that has a nova.zone which is connected to a neutron.network and also - there is no nagios alarm of vitrage_type CLUSTER_PROBLEM on the cluster - and no nagios alarm of vitrage_type NETWORK_PROBLEM on the - neutron.network, then raise a deduced alarm on the nova.zone called - complex_zone_deduced_alarm. + We have created the following template: if there is an + openstack.cluster that has a nova.zone which is connected to a + neutron.network and also there is no nagios alarm of vitrage_type + CLUSTER_PROBLEM on the cluster and no nagios alarm of vitrage_type + NETWORK_PROBLEM on the neutron.network, then raise a deduced alarm + on the nova.zone called complex_zone_deduced_alarm. The test has 3 steps in it: 1. create a neutron.network and connect it to a zone, and check that the complex_zone_deduced_alarm is raised on the nova.zone because it