openSUSE-release-tools/tests/metrics_tests.py
2019-04-30 14:29:16 +02:00

13 lines
326 B
Python

from . import OBSLocal
import unittest
class TestMetrics(OBSLocal.OBSLocalTestCase):
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')