tests: fail the tests if no manifest is given
All the tests have a manifest, therefore there's no need for skipping a test.
This commit is contained in:
parent
e5d501c9a3
commit
714f64bf22
1 changed files with 0 additions and 4 deletions
4
test/run
4
test/run
|
|
@ -178,10 +178,6 @@ def run_ssh_test(private_key):
|
|||
|
||||
|
||||
def run_test(case, private_key, store):
|
||||
if "manifest" not in case:
|
||||
print("skipping this test case, no manifest given")
|
||||
return True
|
||||
|
||||
try:
|
||||
output_id = run_osbuild(case["manifest"], store)
|
||||
except subprocess.CalledProcessError as err:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue