]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: disable test_rbd_python.disable ref: https://tracker.ceph.com/issues/48759 39066/head
authorYuri Weinstein <yweinste@redhat.com>
Tue, 26 Jan 2021 22:45:29 +0000 (14:45 -0800)
committerYuri Weinstein <yweinste@redhat.com>
Wed, 27 Jan 2021 16:05:58 +0000 (08:05 -0800)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/suites/upgrade/octopus-x/parallel-no-cephadm/2-workload/test_rbd_python.disable [new file with mode: 0644]
qa/suites/upgrade/octopus-x/parallel-no-cephadm/2-workload/test_rbd_python.yaml [deleted file]
qa/suites/upgrade/octopus-x/parallel-no-cephadm/3-upgrade-sequence/upgrade-all.yaml
qa/suites/upgrade/octopus-x/parallel-no-cephadm/3-upgrade-sequence/upgrade-mon-osd-mds.yaml

diff --git a/qa/suites/upgrade/octopus-x/parallel-no-cephadm/2-workload/test_rbd_python.disable b/qa/suites/upgrade/octopus-x/parallel-no-cephadm/2-workload/test_rbd_python.disable
new file mode 100644 (file)
index 0000000..2ab3c18
--- /dev/null
@@ -0,0 +1,12 @@
+meta:
+- desc: |
+   librbd python api tests
+#this test disable ref: https://tracker.ceph.com/issues/48759
+workload:
+  full_sequential:
+    - workunit:
+        branch: octopus
+        clients:
+          client.0:
+            - rbd/test_librbd_python.sh
+    - print: "**** done rbd/test_librbd_python.sh 2-workload "
diff --git a/qa/suites/upgrade/octopus-x/parallel-no-cephadm/2-workload/test_rbd_python.yaml b/qa/suites/upgrade/octopus-x/parallel-no-cephadm/2-workload/test_rbd_python.yaml
deleted file mode 100644 (file)
index d03abf5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-meta:
-- desc: |
-   librbd python api tests
-workload:
-  full_sequential:
-    - workunit:
-        branch: octopus
-        clients:
-          client.0:
-            - rbd/test_librbd_python.sh
-    - print: "**** done rbd/test_librbd_python.sh 2-workload "
index 6486efdb86a811f20e2421772c5259969a3cb7ae..b033e23d6de3d47e0d4b87c7f7925acf391510ac 100644 (file)
@@ -7,6 +7,8 @@ upgrade-sequence:
        daemons: [mon.a, mon.b, mon.c, mgr.x]
        mon-health-to-clog: false
        wait-for-healthy: false
+   - sleep:
+       duration: 60
    - exec:
        mon.a:
          - ceph config set global mon_warn_on_msgr2_not_enabled false
@@ -15,9 +17,13 @@ upgrade-sequence:
        daemons: [osd.0, osd.1, osd.2, osd.3, osd.4, osd.5, osd.6, osd.7, osd.8, osd.9, osd.10, osd.11]
        wait-for-healthy: false
        wait-for-osds-up: true
+   - sleep:
+       duration: 60
    - ceph.restart:
        #daemons: [mds.a, rgw.*] this needs to be added when mds is enabled in riles
        daemons: [rgw.*]
        wait-for-healthy: false
        wait-for-osds-up: true
+   - sleep:
+       duration: 60
    - print: "**** done ceph.restart all"
index f11ad1284e18dfb1435a37889683c4515a2c21e8..29d2251f98b5e5adae2adc2de3085bedb254578d 100644 (file)
@@ -31,9 +31,10 @@ upgrade-sequence:
        wait-for-healthy: true
    - sleep:
        duration: 60
-   - ceph.restart: [mds.a]
-   - sleep:
-       duration: 60
+   #this needs to be added when mds is enabled in riles
+   #- ceph.restart: [mds.a]
+   #- sleep:
+   #    duration: 60
    - sleep:
        duration: 60
    - ceph.restart:
@@ -51,3 +52,5 @@ upgrade-sequence:
        wait-for-healthy: true
    - sleep:
        duration: 60
+   - print: "**** done upgrade-mon-osd-mds.yaml"
+