Add dummy gating test defined in test.yml that uses external script

- Resolves: rhbz#1738372

Signed-off-by: Yan Vugenfirer <yvugenfi@redhat.com>
This commit is contained in:
Yan Vugenfirer 2020-08-03 17:21:37 +03:00
parent a7571ec53d
commit f2d2bbd2b9
3 changed files with 16 additions and 1 deletions

View File

@ -3,4 +3,4 @@ product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule { test_case_name: manual.sst_virtualization.virtio-win.sanity }
- !PassingTestCaseRule { test_case_name: osci.brew-build.tier0.functional }

4
tests/scripts/run_tests.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
echo "Testing gating, let's fail"
exit 1

11
tests/tests.yml Normal file
View File

@ -0,0 +1,11 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: scripts
run: ./run_tests.sh