tripleo-ci/tests/test_jobs_gerrit.py

8 lines
170 B
Python

import os
def test_jobs_gerrit():
f = os.path.join(os.path.dirname(__file__), "../scripts/tripleo-jobs-gerrit.py")
result = os.system(f)
assert result == 0