summaryrefslogtreecommitdiffstats
path: root/tests/data/opt/plan/doctor.yaml
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-01-17 21:58:44 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-01-23 12:17:27 +0800
commitd728b82cbff33ab7658e8aa0f2e846ae3afe3606 (patch)
tree491c74d47a8ac363a88310e026c873f5f1a38e49 /tests/data/opt/plan/doctor.yaml
parentb659a9296223b7f63a89bedbc0dad281117de936 (diff)
Code refactoring about doctor QPI
- Move sample log files to test data - Move configuration from plugin to plan Change-Id: Iaaf36ab3ce29c2eafe2d75f3524e7a302cc3836d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/data/opt/plan/doctor.yaml')
-rw-r--r--tests/data/opt/plan/doctor.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/data/opt/plan/doctor.yaml b/tests/data/opt/plan/doctor.yaml
new file mode 100644
index 00000000..48b4c955
--- /dev/null
+++ b/tests/data/opt/plan/doctor.yaml
@@ -0,0 +1,37 @@
+name: doctor performance profiling
+description: create performance profile for OPNFV doctor notification time
+info:
+ facility: local
+ engineer: local
+config:
+ driver: sample
+ collector:
+ - name: logfile
+ logs:
+ - filename: doctor_consumer.log
+ # 2016-12-28 03:16:05,630 consumer.py 26 INFO doctor consumer notified at 1482894965.63
+ patterns:
+ - match: 'doctor consumer notified at \d+(\.\d+)?$'
+ capture: notified consumer
+ - filename: doctor_inspector.log
+ # 2016-12-28 03:16:05,299 inspector.py 76 INFO event posted at 1482894965.3
+ # 2016-12-28 03:16:05,299 inspector.py 56 INFO doctor mark vm(<Server: doctor_vm1>) error at 1482894965.3
+ # 2016-12-28 03:16:05,506 inspector.py 66 INFO doctor mark host(overcloud-novacompute-1.ool-virtual1) down at 1482894965.51
+ patterns:
+ - match: 'event posted at \d+(\.\d+)?$'
+ capture: posted event
+ - match: 'doctor mark vm\(.*\) error at \d+(\.\d+)?$'
+ capture: marked VM error
+ - match: 'doctor mark host\(.*\) down at \d+(\.\d+)?$'
+ capture: marked host down
+ - filename: disable_network.log
+ # doctor set host down at 1482894965.164096803
+ patterns:
+ - match: 'doctor set host down at \d+(\.\d+)?$'
+ capture: set host down
+ reporter:
+ name: console
+ # transform collected data into timeline
+ transformer: timeline
+QPIs:
+ - fake-qpi.yaml