From db65b82a42a64ffc031dddf0a03ae25177b4c5c9 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Thu, 6 Jun 2019 09:47:56 -0500 Subject: [PATCH] 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) --- tests/functional/all_daemons/group_vars/iscsigws | 1 - tests/functional/podman/group_vars/iscsigws | 3 +-- tests/functional/tests/iscsi/test_iscsi.py | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) 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' ]) -- 2.39.5