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)
---
-gateway_ip_list: 192.168.1.90
generate_crt: True
---
-gateway_ip_list: 192.168.1.90
-generate_crt: True
\ No newline at end of file
+generate_crt: True
@pytest.mark.no_docker
@pytest.mark.parametrize('pkg', [
- 'ceph-iscsi-cli',
- 'ceph-iscsi-config',
+ 'ceph-iscsi',
'targetcli',
'tcmu-runner'
])