f4ba8934f3
Resolves: rhbz#1974642 Signed-off-by: Jianwen Ji <jiji@redhat.com>
16 lines
352 B
YAML
16 lines
352 B
YAML
# Tests for scapy
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-source
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- python3-pip
|
|
tests:
|
|
- install-tox-mock:
|
|
run: pip3 install tox mock
|
|
- smoke-test:
|
|
dir: ./source/test/
|
|
run: chmod +x ./run_tests && bash ./run_tests -t fields.uts
|