]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: rados suite: drop rest-api test cases
authorNathan Cutler <ncutler@suse.com>
Tue, 6 Mar 2018 05:58:59 +0000 (06:58 +0100)
committerNathan Cutler <ncutler@suse.com>
Tue, 6 Mar 2018 05:58:59 +0000 (06:58 +0100)
Fixes: http://tracker.ceph.com/issues/21264
Signed-off-by: Nathan Cutler <ncutler@suse.com>
qa/suites/rados/rest/rest_test.yaml [deleted file]
qa/suites/rados/singleton/all/rest-api.yaml [deleted file]

diff --git a/qa/suites/rados/rest/rest_test.yaml b/qa/suites/rados/rest/rest_test.yaml
deleted file mode 100644 (file)
index 0fdb9dc..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-roles:
-- - mon.a
-  - mgr.x
-  - mds.a
-  - osd.0
-  - osd.1
-- - mon.b
-  - mon.c
-  - osd.2
-  - osd.3
-  - client.0
-
-openstack:
-- volumes: # attached to each instance
-    count: 2
-    size: 10 # GB
-
-tasks:
-- install:
-- ceph:
-    fs: xfs
-    log-whitelist:
-      - overall HEALTH
-      - \(OSDMAP_FLAGS\)
-      - \(OSD_
-      - \(PG_
-      - \(POOL_
-      - \(CACHE_POOL_
-      - \(SMALLER_PGP_NUM\)
-      - \(OBJECT_
-      - \(REQUEST_SLOW\)
-      - \(SLOW_OPS\)
-      - \(TOO_FEW_PGS\)
-      - but it is still running
-    conf:
-      client.rest0:
-        debug ms: 1
-        debug objecter: 20
-        debug rados: 20
-- rest-api: [client.0]
-- workunit:
-    clients:
-      client.0:
-         - rest/test.py
diff --git a/qa/suites/rados/singleton/all/rest-api.yaml b/qa/suites/rados/singleton/all/rest-api.yaml
deleted file mode 100644 (file)
index d988d1a..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-roles:
-- - mon.a
-  - mon.b
-  - mon.c
-  - mgr.x
-  - osd.0
-  - osd.1
-  - osd.2
-  - mds.a
-  - client.0
-openstack:
-  - volumes: # attached to each instance
-      count: 3
-      size: 10 # GB
-tasks:
-- install:
-- ceph:
-    log-whitelist:
-      - but it is still running
-      - had wrong client addr
-      - overall HEALTH_
-      - \(OSDMAP_FLAGS\)
-      - \(OSD_
-      - \(PG_
-      - \(OBJECT_DEGRADED\)
-    conf:
-      client.rest0:
-        debug ms: 1
-        debug objecter: 20
-        debug rados: 20
-- rest-api: [client.0]
-- workunit:
-    clients:
-      all:
-        - rest/test.py