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 <mchristi@redhat.com>
pull/4195/head
Mike Christie 2019-06-06 09:47:56 -05:00 committed by Guillaume Abrioux
parent 75fee55d19
commit 1e64efc2f0
3 changed files with 2 additions and 5 deletions

View File

@ -1,3 +1,2 @@
---
gateway_ip_list: 192.168.1.90
generate_crt: True

View File

@ -1,3 +1,2 @@
---
gateway_ip_list: 192.168.1.90
generate_crt: True
generate_crt: True

View 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'
])