From: Mike Christie Date: Thu, 6 Jun 2019 14:47:56 +0000 (-0500) Subject: igw: Update tests to use ceph-iscsi package X-Git-Tag: v4.0.0rc10~18 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=db65b82a42a64ffc031dddf0a03ae25177b4c5c9;p=ceph-ansible.git igw: Update tests to use ceph-iscsi package gateway_ip_list is depreciated and is only used when using the old ceph-iscsi-config/cli packages that are no longer being developed (GH repos are archived). Because ceph-iscsi-config/cli is no longer being worked on, this modifies the tests to stress the ceph-iscsi based installs. Signed-off-by: Mike Christie (cherry picked from commit 1e64efc2f07af9f99f33a28af31e3186899139b9) --- diff --git a/tests/functional/all_daemons/group_vars/iscsigws b/tests/functional/all_daemons/group_vars/iscsigws index f5b41fc3f..8d0932ab4 100644 --- a/tests/functional/all_daemons/group_vars/iscsigws +++ b/tests/functional/all_daemons/group_vars/iscsigws @@ -1,3 +1,2 @@ --- -gateway_ip_list: 192.168.1.90 generate_crt: True diff --git a/tests/functional/podman/group_vars/iscsigws b/tests/functional/podman/group_vars/iscsigws index 401805eb3..8d0932ab4 100644 --- a/tests/functional/podman/group_vars/iscsigws +++ b/tests/functional/podman/group_vars/iscsigws @@ -1,3 +1,2 @@ --- -gateway_ip_list: 192.168.1.90 -generate_crt: True \ No newline at end of file +generate_crt: True diff --git a/tests/functional/tests/iscsi/test_iscsi.py b/tests/functional/tests/iscsi/test_iscsi.py index 02e5f97e1..ec546fbd7 100644 --- a/tests/functional/tests/iscsi/test_iscsi.py +++ b/tests/functional/tests/iscsi/test_iscsi.py @@ -5,8 +5,7 @@ class TestiSCSIs(object): @pytest.mark.no_docker @pytest.mark.parametrize('pkg', [ - 'ceph-iscsi-cli', - 'ceph-iscsi-config', + 'ceph-iscsi', 'targetcli', 'tcmu-runner' ])