]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/rgw/notifications: split tests between basic, kafka and amqp 55688/head
authorYuval Lifshitz <ylifshit@redhat.com>
Thu, 22 Feb 2024 09:58:00 +0000 (09:58 +0000)
committerYuval Lifshitz <ylifshit@redhat.com>
Thu, 22 Feb 2024 09:58:00 +0000 (09:58 +0000)
see comment: https://tracker.ceph.com/issues/64184#note-3

Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
18 files changed:
qa/suites/rgw/notifications/centos_latest.yaml [deleted symlink]
qa/suites/rgw/notifications/tasks/+ [deleted file]
qa/suites/rgw/notifications/tasks/0-install.yaml [deleted file]
qa/suites/rgw/notifications/tasks/amqp/+ [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/amqp/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/amqp/centos_latest.yaml [new symlink]
qa/suites/rgw/notifications/tasks/amqp/test_amqp.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/kafka/+ [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/kafka/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/kafka/supported-distros [new symlink]
qa/suites/rgw/notifications/tasks/kafka/test_kafka.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/others/+ [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/others/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/others/supported-distros [new symlink]
qa/suites/rgw/notifications/tasks/others/test_others.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/test_amqp.yaml [deleted file]
qa/suites/rgw/notifications/tasks/test_kafka.yaml [deleted file]
qa/suites/rgw/notifications/tasks/test_others.yaml [deleted file]

diff --git a/qa/suites/rgw/notifications/centos_latest.yaml b/qa/suites/rgw/notifications/centos_latest.yaml
deleted file mode 120000 (symlink)
index bd9854e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.qa/distros/supported/centos_latest.yaml
\ No newline at end of file
diff --git a/qa/suites/rgw/notifications/tasks/+ b/qa/suites/rgw/notifications/tasks/+
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/qa/suites/rgw/notifications/tasks/0-install.yaml b/qa/suites/rgw/notifications/tasks/0-install.yaml
deleted file mode 100644 (file)
index 5c83d5c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-tasks:
-- install:
-- ceph:
-- openssl_keys:
-- rgw:
-    client.0:
-
-overrides:
-  install:
-    ceph:
-      extra_system_packages:
-        rpm:
-        - java
-        deb:
-        - default-jre
-  ceph:
-    conf:
-      global:
-        osd_min_pg_log_entries: 10
-        osd_max_pg_log_entries: 10
diff --git a/qa/suites/rgw/notifications/tasks/amqp/+ b/qa/suites/rgw/notifications/tasks/amqp/+
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/rgw/notifications/tasks/amqp/0-install.yaml b/qa/suites/rgw/notifications/tasks/amqp/0-install.yaml
new file mode 100644 (file)
index 0000000..9e7852d
--- /dev/null
@@ -0,0 +1,13 @@
+tasks:
+- install:
+- ceph:
+- openssl_keys:
+- rgw:
+    client.0:
+
+overrides:
+  ceph:
+    conf:
+      global:
+        osd_min_pg_log_entries: 10
+        osd_max_pg_log_entries: 10
diff --git a/qa/suites/rgw/notifications/tasks/amqp/centos_latest.yaml b/qa/suites/rgw/notifications/tasks/amqp/centos_latest.yaml
new file mode 120000 (symlink)
index 0000000..a7df972
--- /dev/null
@@ -0,0 +1 @@
+../../.qa/distros/supported/centos_latest.yaml
\ No newline at end of file
diff --git a/qa/suites/rgw/notifications/tasks/amqp/test_amqp.yaml b/qa/suites/rgw/notifications/tasks/amqp/test_amqp.yaml
new file mode 100644 (file)
index 0000000..6807cfb
--- /dev/null
@@ -0,0 +1,7 @@
+tasks:
+- rabbitmq:
+    client.0:
+- notification-tests:
+    client.0:
+      extra_attr: ["amqp_test"]
+      rgw_server: client.0
diff --git a/qa/suites/rgw/notifications/tasks/kafka/+ b/qa/suites/rgw/notifications/tasks/kafka/+
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/rgw/notifications/tasks/kafka/0-install.yaml b/qa/suites/rgw/notifications/tasks/kafka/0-install.yaml
new file mode 100644 (file)
index 0000000..5c83d5c
--- /dev/null
@@ -0,0 +1,20 @@
+tasks:
+- install:
+- ceph:
+- openssl_keys:
+- rgw:
+    client.0:
+
+overrides:
+  install:
+    ceph:
+      extra_system_packages:
+        rpm:
+        - java
+        deb:
+        - default-jre
+  ceph:
+    conf:
+      global:
+        osd_min_pg_log_entries: 10
+        osd_max_pg_log_entries: 10
diff --git a/qa/suites/rgw/notifications/tasks/kafka/supported-distros b/qa/suites/rgw/notifications/tasks/kafka/supported-distros
new file mode 120000 (symlink)
index 0000000..46280a4
--- /dev/null
@@ -0,0 +1 @@
+../../.qa/distros/supported-random-distro$/
\ No newline at end of file
diff --git a/qa/suites/rgw/notifications/tasks/kafka/test_kafka.yaml b/qa/suites/rgw/notifications/tasks/kafka/test_kafka.yaml
new file mode 100644 (file)
index 0000000..ae647df
--- /dev/null
@@ -0,0 +1,8 @@
+tasks:
+- kafka:
+    client.0:
+      kafka_version: 2.6.0
+- notification-tests:
+    client.0:
+      extra_attr: ["kafka_test"]
+      rgw_server: client.0
diff --git a/qa/suites/rgw/notifications/tasks/others/+ b/qa/suites/rgw/notifications/tasks/others/+
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/rgw/notifications/tasks/others/0-install.yaml b/qa/suites/rgw/notifications/tasks/others/0-install.yaml
new file mode 100644 (file)
index 0000000..9e7852d
--- /dev/null
@@ -0,0 +1,13 @@
+tasks:
+- install:
+- ceph:
+- openssl_keys:
+- rgw:
+    client.0:
+
+overrides:
+  ceph:
+    conf:
+      global:
+        osd_min_pg_log_entries: 10
+        osd_max_pg_log_entries: 10
diff --git a/qa/suites/rgw/notifications/tasks/others/supported-distros b/qa/suites/rgw/notifications/tasks/others/supported-distros
new file mode 120000 (symlink)
index 0000000..46280a4
--- /dev/null
@@ -0,0 +1 @@
+../../.qa/distros/supported-random-distro$/
\ No newline at end of file
diff --git a/qa/suites/rgw/notifications/tasks/others/test_others.yaml b/qa/suites/rgw/notifications/tasks/others/test_others.yaml
new file mode 100644 (file)
index 0000000..793f6f4
--- /dev/null
@@ -0,0 +1,4 @@
+tasks:
+- notification-tests:
+    client.0:
+      rgw_server: client.0
diff --git a/qa/suites/rgw/notifications/tasks/test_amqp.yaml b/qa/suites/rgw/notifications/tasks/test_amqp.yaml
deleted file mode 100644 (file)
index 6807cfb..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-tasks:
-- rabbitmq:
-    client.0:
-- notification-tests:
-    client.0:
-      extra_attr: ["amqp_test"]
-      rgw_server: client.0
diff --git a/qa/suites/rgw/notifications/tasks/test_kafka.yaml b/qa/suites/rgw/notifications/tasks/test_kafka.yaml
deleted file mode 100644 (file)
index ae647df..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-tasks:
-- kafka:
-    client.0:
-      kafka_version: 2.6.0
-- notification-tests:
-    client.0:
-      extra_attr: ["kafka_test"]
-      rgw_server: client.0
diff --git a/qa/suites/rgw/notifications/tasks/test_others.yaml b/qa/suites/rgw/notifications/tasks/test_others.yaml
deleted file mode 100644 (file)
index 793f6f4..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-tasks:
-- notification-tests:
-    client.0:
-      rgw_server: client.0