Guillaume Abrioux
4d35e9eeed
osd: remove variable osd_scenario
...
As of stable-4.0, the only valid scenario is `lvm`.
Thus, this makes this variable useless.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-04-11 11:57:02 -04:00
Dimitri Savineau
a19054be18
tests/functional: use ceph-override.json symlink
...
We don't need to have multiple ceph-override.json copies. We
currently already have symlink to all_daemons/ceph-override.json so
we can do it for all scenarios.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2019-04-11 15:15:41 +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
c0ad91957c
tests: add missing hosts file for ubuntu testing
...
we need it for dev-ubuntu-container-all_daemons job
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-01-31 08:19:17 +01: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