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:
parent
a7571ec53d
commit
f2d2bbd2b9
@ -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
4
tests/scripts/run_tests.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Testing gating, let's fail"
|
||||
exit 1
|
||||
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: scripts
|
||||
run: ./run_tests.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user