Guillaume Abrioux
9f0c6df94f
tests: add more osd nodes in all_daemons scenario
...
This commit adds more osd nodes in all_daemons scenario in order to test
erasure pool creation.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2020-03-04 09:29:01 -05:00
Guillaume Abrioux
4f2baaab8c
tests: disable nfs testing
...
nfs-ganesha makes the CI failing because of issue related to SELinux.
See:
- https://bugzilla.redhat.com/show_bug.cgi?id=1788563
- https://github.com/nfs-ganesha/nfs-ganesha/issues/527
Until we can get this fixed, let's disable nfs-ganesha testing
temporarily.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2020-01-08 11:13:46 +01:00
Guillaume Abrioux
25b98b2ce3
tests: add multimds coverage
...
This commit makes the all_daemons scenario deploying 3 mds in order to
cover the multimds case.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-10-18 13:43:13 -04:00
Dimitri Savineau
31bd5e08a6
Revert "tests: disable nfs-ganesha deployment"
...
This reverts commit 83940e624b
.
Because nfs-ganesha@master (2.9-dev) build has been fixed by [1] then
we can test nfs-ganesha in the CI for master/octopus.
[1] https://github.com/ceph/ceph-build/pull/1346
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2019-08-07 10:40:43 +02:00
Guillaume Abrioux
fb1b5b3251
dashboard: enable dashboard by default
...
This commit enables dashboard deployment by default.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1726739
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-07-29 14:42:45 +02:00
Guillaume Abrioux
83940e624b
tests: disable nfs-ganesha deployment
...
nfs-ganesha repositories @ dev are broken, this commit disables the
nfs-ganesha deployment so the CI isn't stuck.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-07-24 14:13:06 +02:00
Guillaume Abrioux
9201674b5b
tests: deploy nfs-ganesha in container-all_daemons
...
this commit bring back the nfs-ganesha testing in containerized
deployment.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-06-24 10:05:11 +02:00
Guillaume Abrioux
7fd92348bb
tests: add mgr node for all_daemons scenario
...
add a monitor node to cover in the CI the case where mgrs and monitors
are not collocated
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-26 13:19:06 +00:00
Guillaume Abrioux
fa13289c65
tests: fix network interfaces names in conftest.py
...
Set network interfaces names according to the OS distribution in
conftest.py
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-22 16:24:18 +01:00
Guillaume Abrioux
2ed203da61
Revert "tests: add ubuntu bionic support"
...
This reverts commit 33c09af250
.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-22 16:24:18 +01:00
Guillaume Abrioux
33c09af250
tests: add ubuntu bionic support
...
This commit brings all modifications needed to test against ubuntu
bionic.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-22 09:20:16 +01:00
Guillaume Abrioux
ac4aded4aa
tests: fix ubuntu-container-all_daemons
...
the public_network subnet used for this scenario was wrong.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-14 10:34:37 +00:00
Guillaume Abrioux
6293a98a0c
tests: reorganize directories layout
...
This commit reorganizes the testing directory layout.
The idea is to have more consistency with the names of scenario and
their corresponding path, eg: non-container vs. container: each scenario
has a subdirectory for container deployment.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-01-24 11:46:32 +01:00