We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e352fe commit 735ebc3Copy full SHA for 735ebc3
osgtest/tests/test_240_tomcat.py
@@ -8,6 +8,11 @@
8
9
class TestStartTomcat(osgunittest.OSGTestCase):
10
11
+ # tomcat is only used for gratia service now
12
+ @core.elrelease(6)
13
+ def setUp(self):
14
+ pass
15
+
16
def test_02_config_tomcat(self):
17
core.skip_ok_unless_installed(tomcat.pkgname())
18
osgtest/tests/test_760_tomcat.py
@@ -9,6 +9,11 @@
class TestStopTomcat(osgunittest.OSGTestCase):
def test_01_stop_tomcat(self):
19
self.skip_bad_unless(core.state['tomcat.started'], 'Tomcat not started')
0 commit comments