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>
22 lines
412 B
YAML
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"
|