]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
move library/plugins tests files under tests dir
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 25 Oct 2019 19:47:05 +0000 (15:47 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 28 Oct 2019 08:23:17 +0000 (09:23 +0100)
commit6ce4fde82074c82e762fd7c56f2b5901f0705d09
tree8595e5b1e9f847dbd7891d5543dde1db56f202ec
parent77b212833e22cb6584ad020aa9bd0e477c50b461
move library/plugins tests files under tests dir

To avoid unnecessary ansible warnings during playbook execution we can
move the library and plugins test files under a different directory.

[WARNING]: Skipping plugin (plugins/filter/test_ipaddrs_in_ranges.py) as
it seems to be invalid:
cannot import name 'ipaddrs_in_ranges'

Closes: #4656
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
.travis.yml
library/test_ceph_crush.py [deleted file]
library/test_ceph_key.py [deleted file]
library/test_ceph_volume.py [deleted file]
plugins/filter/test_ipaddrs_in_ranges.py [deleted file]
tests/library/test_ceph_crush.py [new file with mode: 0644]
tests/library/test_ceph_key.py [new file with mode: 0644]
tests/library/test_ceph_volume.py [new file with mode: 0644]
tests/plugins/filter/test_ipaddrs_in_ranges.py [new file with mode: 0644]