add tor marker on the stealth test

This commit is contained in:
Miguel Jacq 2018-10-12 18:56:30 +11:00
parent b758ac4d0a
commit d77c12a6f8
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -14,19 +14,23 @@ class ShareModeStealthTest(unittest.TestCase, TorGuiShareTest):
cls.gui = TorGuiShareTest.set_up(test_settings, 'ShareModeStealthTest')
@pytest.mark.run(order=1)
@pytest.mark.tor
def test_run_all_common_setup_tests(self):
self.run_all_common_setup_tests()
@pytest.mark.run(order=2)
@pytest.mark.tor
def test_run_share_mode_setup_tests(self):
self.run_all_share_mode_setup_tests()
self.run_all_share_mode_started_tests(False)
@pytest.mark.run(order=3)
@pytest.mark.tor
def test_copy_have_hidserv_auth_button(self):
self.copy_have_hidserv_auth_button(self.gui.share_mode)
@pytest.mark.run(order=4)
@pytest.mark.tor
def test_hidserv_auth_string(self):
self.hidserv_auth_string()