Bug - Testing in Apex with OpenStack master fails 49/65449/9
authorTomi Juvonen <tomi.juvonen@nokia.com>
Wed, 28 Nov 2018 09:48:27 +0000 (11:48 +0200)
committerTomi Juvonen <tomi.juvonen@nokia.com>
Tue, 18 Dec 2018 10:40:53 +0000 (12:40 +0200)
commite6708c869855ab69f9b53959befd82bb2f32f9ad
tree549f91d138d0dc796047fbefa70ceef1d467b5f8
parente1c5dd0158d5168738fcc9918d24c04ca724b056
Bug - Testing in Apex with OpenStack master fails

Support yet another path to find config files.
Tune config changes to take effect properly for maintenance.
transport_url parcing enhanced.
Nova reset state to error takes well over 1 second these days
and at the end it then sends notification that we use.
Only reasonable thing is to send notification straight from
the Inspector as it should have been done in the first place.
Now we can do 200ms as total time, with just a few millisends
actuallly spent on sending the notification. Further one
could improve this by having node specific Inspector agent to
react even in more Telco grade speed.

Change-Id: I787f8e9dd6484842c6c568b15767018d11b36862
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
doctor_tests/inspector/__init__.py
doctor_tests/inspector/sample.py
doctor_tests/installer/apex.py
doctor_tests/installer/base.py
doctor_tests/installer/common/restore_compute_config.py
doctor_tests/installer/common/set_compute_config.py
doctor_tests/main.py
doctor_tests/scenario/fault_management.py
doctor_tests/scenario/maintenance.py