From 0d1e854cfa19095c595cbf7d88edf7260fe5d07b Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 12 Sep 2017 17:34:14 +0200 Subject: [PATCH] tests: deepsea: add health-ok-encrypted subsuite Signed-off-by: Nathan Cutler --- qa/suites/deepsea/basic/health-ok-encrypted/% | 0 .../basic/health-ok-encrypted/cluster/1node3disks.yaml | 1 + .../deepsea/basic/health-ok-encrypted/distros/sle_12.3.yaml | 1 + qa/suites/deepsea/basic/health-ok-encrypted/tasks/+ | 0 .../basic/health-ok-encrypted/tasks/health-ok-encrypted.yaml | 4 ++++ qa/suites/deepsea/basic/health-ok-encrypted/tasks/tasks.yaml | 1 + 6 files changed, 7 insertions(+) create mode 100644 qa/suites/deepsea/basic/health-ok-encrypted/% create mode 120000 qa/suites/deepsea/basic/health-ok-encrypted/cluster/1node3disks.yaml create mode 120000 qa/suites/deepsea/basic/health-ok-encrypted/distros/sle_12.3.yaml create mode 100644 qa/suites/deepsea/basic/health-ok-encrypted/tasks/+ create mode 100644 qa/suites/deepsea/basic/health-ok-encrypted/tasks/health-ok-encrypted.yaml create mode 120000 qa/suites/deepsea/basic/health-ok-encrypted/tasks/tasks.yaml diff --git a/qa/suites/deepsea/basic/health-ok-encrypted/% b/qa/suites/deepsea/basic/health-ok-encrypted/% new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/qa/suites/deepsea/basic/health-ok-encrypted/cluster/1node3disks.yaml b/qa/suites/deepsea/basic/health-ok-encrypted/cluster/1node3disks.yaml new file mode 120000 index 0000000000000..86751e29b53bb --- /dev/null +++ b/qa/suites/deepsea/basic/health-ok-encrypted/cluster/1node3disks.yaml @@ -0,0 +1 @@ +../../../../../deepsea/1node3disks.yaml \ No newline at end of file diff --git a/qa/suites/deepsea/basic/health-ok-encrypted/distros/sle_12.3.yaml b/qa/suites/deepsea/basic/health-ok-encrypted/distros/sle_12.3.yaml new file mode 120000 index 0000000000000..db5414bae9dfb --- /dev/null +++ b/qa/suites/deepsea/basic/health-ok-encrypted/distros/sle_12.3.yaml @@ -0,0 +1 @@ +../../../../../deepsea/sle_12.3.yaml \ No newline at end of file diff --git a/qa/suites/deepsea/basic/health-ok-encrypted/tasks/+ b/qa/suites/deepsea/basic/health-ok-encrypted/tasks/+ new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/qa/suites/deepsea/basic/health-ok-encrypted/tasks/health-ok-encrypted.yaml b/qa/suites/deepsea/basic/health-ok-encrypted/tasks/health-ok-encrypted.yaml new file mode 100644 index 0000000000000..bf7e1ee4038eb --- /dev/null +++ b/qa/suites/deepsea/basic/health-ok-encrypted/tasks/health-ok-encrypted.yaml @@ -0,0 +1,4 @@ +overrides: + deepsea: + exec: + - suites/basic/health-ok-encrypted.sh diff --git a/qa/suites/deepsea/basic/health-ok-encrypted/tasks/tasks.yaml b/qa/suites/deepsea/basic/health-ok-encrypted/tasks/tasks.yaml new file mode 120000 index 0000000000000..096964524153e --- /dev/null +++ b/qa/suites/deepsea/basic/health-ok-encrypted/tasks/tasks.yaml @@ -0,0 +1 @@ +../../../../../deepsea/tasks.yaml \ No newline at end of file -- 2.39.5