2020-10-15 03:11:19 +00:00
|
|
|
---
|
|
|
|
# Tests suitable to run in classic environment
|
|
|
|
- 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"
|
2021-07-12 07:44:18 +00:00
|
|
|
version: "1005e0098effe9d1d04636ebefc99045e17bffcf"
|
2020-10-15 03:11:19 +00:00
|
|
|
tests:
|
|
|
|
# Install python-stqe first
|
|
|
|
# make sure we use same version of libsan
|
|
|
|
- install_stqe:
|
|
|
|
dir: python-stqe
|
2021-07-12 07:44:18 +00:00
|
|
|
run: pip3 install libsan==0.3.2 && python3 setup.py install --prefix=
|
2020-10-15 03:11:19 +00:00
|
|
|
- iscsi-initiator-utils:
|
|
|
|
dir: ./
|
|
|
|
run: stqe-test run --fmf -f tags:targetcli_basic
|
|
|
|
required_packages:
|
|
|
|
# required for python-stqe
|
|
|
|
- python3-pyyaml
|
|
|
|
- python3-netifaces
|
|
|
|
- python3-augeas
|
|
|
|
- python3-pip
|