targetd/tests/tests.yml
Tony Asleson 706d98cbc6 Enable CI tests using the Standard Test Interface
Adding initial set of basic functionality tests for targetd
according to the Standard Test Interface.

Ref. https://docs.fedoraproject.org/en-US/ci

Signed-off-by: Tony Asleson <tasleson@redhat.com>
2020-12-02 10:35:22 -06:00

22 lines
412 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: ./ci_test.sh
required_packages:
- targetd
- util-linux
- lvm2
- procps-ng
- coreutils
- openssl
- btrfs-progs
- audit
- python3-requests
repositories:
- repo: "https://github.com/open-iscsi/targetd.git"
dest: "targetd_src"