]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/cephadm: move orchestrator_cli test into rados/cephadm 33648/head
authorSage Weil <sage@redhat.com>
Sun, 1 Mar 2020 22:50:28 +0000 (16:50 -0600)
committerSage Weil <sage@redhat.com>
Mon, 2 Mar 2020 16:52:24 +0000 (10:52 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/rados/cephadm/orchestrator_cli/% [new file with mode: 0644]
qa/suites/rados/cephadm/orchestrator_cli/.qa [new symlink]
qa/suites/rados/cephadm/orchestrator_cli/2-node-mgr.yaml [new symlink]
qa/suites/rados/cephadm/orchestrator_cli/orchestrator_cli.yaml [new file with mode: 0644]
qa/suites/rados/cephadm/orchestrator_cli/supported-random-distro$ [new symlink]
qa/suites/rados/mgr/tasks/orchestrator_cli.yaml [deleted file]

diff --git a/qa/suites/rados/cephadm/orchestrator_cli/% b/qa/suites/rados/cephadm/orchestrator_cli/%
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/rados/cephadm/orchestrator_cli/.qa b/qa/suites/rados/cephadm/orchestrator_cli/.qa
new file mode 120000 (symlink)
index 0000000..fea2489
--- /dev/null
@@ -0,0 +1 @@
+../.qa
\ No newline at end of file
diff --git a/qa/suites/rados/cephadm/orchestrator_cli/2-node-mgr.yaml b/qa/suites/rados/cephadm/orchestrator_cli/2-node-mgr.yaml
new file mode 120000 (symlink)
index 0000000..8a0b912
--- /dev/null
@@ -0,0 +1 @@
+.qa/clusters/2-node-mgr.yaml
\ No newline at end of file
diff --git a/qa/suites/rados/cephadm/orchestrator_cli/orchestrator_cli.yaml b/qa/suites/rados/cephadm/orchestrator_cli/orchestrator_cli.yaml
new file mode 100644 (file)
index 0000000..d585616
--- /dev/null
@@ -0,0 +1,18 @@
+
+tasks:
+  - install:
+  - ceph:
+      # tests may leave mgrs broken, so don't try and call into them
+      # to invoke e.g. pg dump during teardown.
+      wait-for-scrub: false
+      log-whitelist:
+        - overall HEALTH_
+        - \(MGR_DOWN\)
+        - \(DEVICE_IDENT_ON\)
+        - \(DEVICE_FAULT_ON\)
+        - \(PG_
+        - replacing it with standby
+        - No standby daemons available
+  - cephfs_test_runner:
+      modules:
+        - tasks.mgr.test_orchestrator_cli
\ No newline at end of file
diff --git a/qa/suites/rados/cephadm/orchestrator_cli/supported-random-distro$ b/qa/suites/rados/cephadm/orchestrator_cli/supported-random-distro$
new file mode 120000 (symlink)
index 0000000..ce3f73a
--- /dev/null
@@ -0,0 +1 @@
+../../basic/supported-random-distro$
\ No newline at end of file
diff --git a/qa/suites/rados/mgr/tasks/orchestrator_cli.yaml b/qa/suites/rados/mgr/tasks/orchestrator_cli.yaml
deleted file mode 100644 (file)
index d585616..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-tasks:
-  - install:
-  - ceph:
-      # tests may leave mgrs broken, so don't try and call into them
-      # to invoke e.g. pg dump during teardown.
-      wait-for-scrub: false
-      log-whitelist:
-        - overall HEALTH_
-        - \(MGR_DOWN\)
-        - \(DEVICE_IDENT_ON\)
-        - \(DEVICE_FAULT_ON\)
-        - \(PG_
-        - replacing it with standby
-        - No standby daemons available
-  - cephfs_test_runner:
-      modules:
-        - tasks.mgr.test_orchestrator_cli
\ No newline at end of file