--- # Tests suitable to run in classic environment - hosts: localhost roles: - role: standard-test-beakerlib tags: - classic tests: - iscsi-target-initiator-restraint required_packages: - targetcli - hosts: localhost roles: - role: standard-test-basic # python-stqe cannot be installed on 'atomic', no need to run on 'container' tags: - classic repositories: - repo: "https://gitlab.com/rh-kernel-stqe/python-stqe.git" dest: "python-stqe" version: 535ecebf5611e158079d806b6232e3d2c68f0d93 tests: # Install python-stqe first # make sure we use same version of libsan - install_stqe: dir: python-stqe run: pip3 install libsan==0.3.0 && python3 setup.py install --prefix= - iscsi-initiator-utils: dir: ./ run: stqe-test run -t iscsi/iscsi_params.py required_packages: # required for python-stqe - python3-pyyaml - python3-netifaces - python3-augeas - python3-pip