mirror of https://github.com/ceph/ceph-ansible.git
tests: adds a 'rhcs-' prefix to the testing scenarios matrix
This allows for us to have a copy of the existing testing scenarios with a 'rhcs-' prefix. We can use that in the tox.ini to take actions we need to properly test Red Hat Ceph Storage. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1389/head
parent
a711cfac1a
commit
274c76f897
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = {ansible2.2}-{xenial_cluster,journal_collocation,centos7_cluster,dmcrypt_journal,dmcrypt_journal_collocation,docker_cluster,purge_cluster,purge_dmcrypt,docker_dedicated_journal,docker_dmcrypt_journal_collocation,update_dmcrypt,update_cluster}
|
||||
envlist = {,rhcs-}{ansible2.2}-{xenial_cluster,journal_collocation,centos7_cluster,dmcrypt_journal,dmcrypt_journal_collocation,docker_cluster,purge_cluster,purge_dmcrypt,docker_dedicated_journal,docker_dmcrypt_journal_collocation,update_dmcrypt,update_cluster}
|
||||
skipsdist = True
|
||||
|
||||
# extra commands for purging clusters
|
||||
|
|
Loading…
Reference in New Issue