summaryrefslogtreecommitdiffstats
path: root/tests/integration/tasks
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-07 17:05:24 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-07 17:07:27 +0800
commit9972903bcd841e2733c7f842f8471fff9a928a2a (patch)
treef53d2e249927bb1a38eb0d74350f25df1a2093b7 /tests/integration/tasks
parenta4878f6c98855f5392324e0e72df3e2711022dd9 (diff)
Add todo items for integration
Change-Id: I15cc5f81cc4aee27d536e8f654aa36c16c27c72b Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/integration/tasks')
-rw-r--r--tests/integration/tasks/inxi.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/integration/tasks/inxi.yaml b/tests/integration/tasks/inxi.yaml
index f8951dc1..a356040a 100644
--- a/tests/integration/tasks/inxi.yaml
+++ b/tests/integration/tasks/inxi.yaml
@@ -16,6 +16,19 @@
command: inxi -b -c0 -n
register: inxi_log
+# TODO(yujunz) normalize system information, test condition and performance metrics for future data mining
+# e.g. convert "2 Deca core Intel Xeon E5-2650 v3s (-HT-MCP-SMP-) speed/max: 1200/3000 MHz" to
+# ---
+# processor:
+# id:
+# vendor: Intel
+# product_family: Xeon
+# processor_number: E5-2650 v3s
+# number_of_cores: 2
+# number_of_threads: None # set `None` when data is not available
+# base_frequency_mhz: 1200
+# max_turbo_frequency_mhz: 3000
+# cache_mb: None
- name: collect system information from inxi
collect:
string: "{{ inxi_log.stdout }}"