ceph-ansible/tests/functional
Guillaume Abrioux 14dbcb122c tests: fix test_osds_listen_on_* tests
the `test_osds_listen_on_*` consider OSDs will always listen on tcp port
with consecutive tcp port number starting from `6800`.

Eg.
If you have 2 OSDs, tests will assume it should listen on 2 ports for each
network (`public_network` and `cluster_network`), therefore:
`6800, 6801, 6802, 6803`

but sometime it doesn't happen this way and you can get OSDs listening
on tcp port like this :

`6800, 6801, 6802, 6805`

Then the test are failing while it shouldn't.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-07-13 12:37:15 +02:00
..
centos/7 tests: remove monitor_interface from centos/7/cluster/group_vars/all 2017-07-12 16:34:41 +02:00
tests tests: fix test_osds_listen_on_* tests 2017-07-13 12:37:15 +02:00
ubuntu/16.04/cluster Tests: update tests according to ipv6 support 2017-07-04 10:57:27 +02:00
.gitignore tests: ignore folders created by ceph-ansible during testing 2016-11-08 10:35:43 -06:00
rhcs_setup.yml tests: allow for insecure docker registries when testing rhcs 2017-05-02 16:21:48 -05:00
setup.yml tests: adds a comment to the setup.yml playbook for clarification 2016-12-06 14:58:07 -06:00