[test cmd]
respec $LKP_SRC/spec/submit_spec.rb
[output]
lkp-tests/spec/submit/matrices-args/unixbench-spec.yaml =>
/lkp-tests/spec/submit/matrices-args/unixbench-spec/unixbench-spec-1-300-whetstone-double.yaml
lkp-tests/spec/submit/matrices-args/unixbench-spec.yaml =>
/lkp-tests/spec/submit/matrices-args/unixbench-spec/unixbench-spec-3-300-shell1.yaml
Signed-off-by: Bai Jing <799286817(a)qq.com>
---
spec/submit/matrices-args/unixbench-spec.yaml | 8 ++++++
...unixbench-spec-1-300-whetstone-double.yaml | 25 +++++++++++++++++++
.../unixbench-spec-3-300-shell1.yaml | 25 +++++++++++++++++++
spec/submit_spec.rb | 4 +++
4 files changed, 62 insertions(+)
create mode 100644 spec/submit/matrices-args/unixbench-spec.yaml
create mode 100644 spec/submit/matrices-args/unixbench-spec/unixbench-spec-1-300-whetstone-double.yaml
create mode 100644 spec/submit/matrices-args/unixbench-spec/unixbench-spec-3-300-shell1.yaml
diff --git a/spec/submit/matrices-args/unixbench-spec.yaml b/spec/submit/matrices-args/unixbench-spec.yaml
new file mode 100644
index 00000000..a763927b
--- /dev/null
+++ b/spec/submit/matrices-args/unixbench-spec.yaml
@@ -0,0 +1,8 @@
+suite: unixbench
+
+runtime: 300s
+
+nr_task test:
+ - 1 whetstone-double
+ - 3 shell1
+unixbench:
diff --git a/spec/submit/matrices-args/unixbench-spec/unixbench-spec-1-300-whetstone-double.yaml b/spec/submit/matrices-args/unixbench-spec/unixbench-spec-1-300-whetstone-double.yaml
new file mode 100644
index 00000000..16af43d2
--- /dev/null
+++ b/spec/submit/matrices-args/unixbench-spec/unixbench-spec-1-300-whetstone-double.yaml
@@ -0,0 +1,25 @@
+---
+suite: unixbench
+runtime: 300
+unixbench:
+lab: spec_lab
+testbox: vm-2p8g--spec_submit
+nr_task: '1'
+test: whetstone-double
+tbox_group: vm-2p8g--spec_submit
+provider: qemu
+template: kvm
+nr_node: 1
+nr_cpu: 2
+memory: 8G
+arch: aarch64
+cpufreq_governor:
+need_kconfig:
+- CONFIG_KVM_GUEST=y
+pp:
+ unixbench:
+ runtime: 300
+ test: whetstone-double
+ nr_task: '1'
+ cpufreq_governor:
+monitors: {}
diff --git a/spec/submit/matrices-args/unixbench-spec/unixbench-spec-3-300-shell1.yaml b/spec/submit/matrices-args/unixbench-spec/unixbench-spec-3-300-shell1.yaml
new file mode 100644
index 00000000..5c0526a1
--- /dev/null
+++ b/spec/submit/matrices-args/unixbench-spec/unixbench-spec-3-300-shell1.yaml
@@ -0,0 +1,25 @@
+---
+suite: unixbench
+runtime: 300
+unixbench:
+lab: spec_lab
+testbox: vm-2p8g--spec_submit
+nr_task: '3'
+test: shell1
+tbox_group: vm-2p8g--spec_submit
+provider: qemu
+template: kvm
+nr_node: 1
+nr_cpu: 2
+memory: 8G
+arch: aarch64
+cpufreq_governor:
+need_kconfig:
+- CONFIG_KVM_GUEST=y
+pp:
+ unixbench:
+ runtime: 300
+ test: shell1
+ nr_task: '3'
+ cpufreq_governor:
+monitors: {}
diff --git a/spec/submit_spec.rb b/spec/submit_spec.rb
index f365f35b..3a9b0865 100644
--- a/spec/submit_spec.rb
+++ b/spec/submit_spec.rb
@@ -40,4 +40,8 @@ describe 'submit job spec' do
it 'link jobs spec' do
submit_job('link_jobs')
end
+
+ it 'link matrices-args' do
+ submit_job('matrices-args')
+ end
end
--
2.23.0