Skip to content

Commit 4e0c2f4

Browse files
committed
Don't config bestman certs except on 3.3
1 parent 6a2f1be commit 4e0c2f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osgtest/tests/test_260_bestman.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
class TestStartBestman(osgunittest.OSGTestCase):
1010

11+
@osgrelease(3.3)
1112
def test_01_config_certs(self):
1213
core.config['certs.httpcert'] = '/etc/grid-security/http/httpcert.pem'
1314
core.config['certs.httpkey'] = '/etc/grid-security/http/httpkey.pem'

0 commit comments

Comments
 (0)