mirror of https://github.com/ceph/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 <mchristi@redhat.com>pull/4195/head
parent
75fee55d19
commit
1e64efc2f0
|
@ -1,3 +1,2 @@
|
|||
---
|
||||
gateway_ip_list: 192.168.1.90
|
||||
generate_crt: True
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
---
|
||||
gateway_ip_list: 192.168.1.90
|
||||
generate_crt: True
|
|
@ -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'
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue