Merge PR #41827 into master

* refs/pull/41827/head:
	qa: move dashboard e2e from cephadm -> rados suite

Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
This commit is contained in:
Sage Weil 2021-06-14 09:11:04 -04:00
commit 9074e87611
2 changed files with 11 additions and 23 deletions

View File

@ -1,23 +0,0 @@
roles:
# 3 osd roles on host.a is required for cephadm task. It checks if the cluster is healthy.
# More daemons will be deployed on both hosts in e2e tests.
- - host.a
- osd.0
- osd.1
- osd.2
- mon.a
- mgr.a
- client.0
- - host.b
- client.1
tasks:
- install:
- cephadm:
- workunit:
clients:
client.1:
- cephadm/create_iscsi_disks.sh
- workunit:
clients:
client.0:
- cephadm/test_dashboard_e2e.sh

View File

@ -0,0 +1,11 @@
tasks:
- install:
- cephadm:
- workunit:
clients:
client.1:
- cephadm/create_iscsi_disks.sh
- workunit:
clients:
client.0:
- cephadm/test_dashboard_e2e.sh