openSUSE-release-tools/tests/metrics_tests.py
2022-02-18 18:29:27 +01:00

12 lines
303 B
Python

from . import OBSLocal
class TestMetrics(OBSLocal.TestCase):
script = './metrics.py'
script_debug_osc = False
def test_all(self):
self.osc_user('staging-bot')
self.execute_script(['--help']) # Avoids the need to influxdb instance.
self.assertOutput('metrics.py')