]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
igw: Update tests to use ceph-iscsi package
authorMike Christie <mchristi@redhat.com>
Thu, 6 Jun 2019 14:47:56 +0000 (09:47 -0500)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 4 Jul 2019 00:04:04 +0000 (00:04 +0000)
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 <mchristi@redhat.com>
(cherry picked from commit 1e64efc2f07af9f99f33a28af31e3186899139b9)

tests/functional/all_daemons/group_vars/iscsigws
tests/functional/podman/group_vars/iscsigws
tests/functional/tests/iscsi/test_iscsi.py

index f5b41fc3fec1dfd7915328569ff72f7773967cf8..8d0932ab41c4b3f1887d7b499b7a48937b707b43 100644 (file)
@@ -1,3 +1,2 @@
 ---
-gateway_ip_list: 192.168.1.90
 generate_crt: True
index 401805eb3a808ca587113154b920267170cee20f..8d0932ab41c4b3f1887d7b499b7a48937b707b43 100644 (file)
@@ -1,3 +1,2 @@
 ---
-gateway_ip_list: 192.168.1.90
-generate_crt: True
\ No newline at end of file
+generate_crt: True
index 02e5f97e1f864a0361908b9ae0b94c9ba78d1906..ec546fbd7e86c988d46a7cd7f987ef717e1989ef 100644 (file)
@@ -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'
     ])