The comparison is between the versions that are present in signed drivers repository and should be present in signed_drivers_versions.txt file. The comparison is based on driver version in INF file. - Resolves: rhbz#1738372 Signed-off-by: Yan Vugenfirer <yvugenfi@redhat.com>
17 lines
331 B
YAML
17 lines
331 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- mount_iso:
|
|
dir: scripts
|
|
run: ./mount_iso.sh
|
|
- freeze_xp_test:
|
|
dir: scripts
|
|
run: ./acceptance_freeze.sh
|
|
- compare_inf_versions:
|
|
dir: scripts
|
|
run: compare_singed_versions.sh
|