tests: Add backups mark for openvpn, pagekite, privoxy

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2021-09-30 11:05:10 -04:00 committed by Sunil Mohan Adapa
parent 93e9f95d18
commit 650c16f914
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
3 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,7 @@ def test_user_group(session_browser):
functional.login(session_browser)
@pytest.mark.backups
def test_backup_restore(session_browser):
"""Test backup and restore of app data."""
functional.app_enable(session_browser, 'openvpn')

View File

@ -49,6 +49,7 @@ def test_configure(session_browser):
'mysecret') == _get_configuration(session_browser)
@pytest.mark.backups
def test_backup_restore(session_browser):
"""Test backup and restore of configuration."""
functional.app_enable(session_browser, 'pagekite')

View File

@ -29,6 +29,7 @@ def test_enable_disable(session_browser):
assert functional.service_is_not_running(session_browser, 'privoxy')
@pytest.mark.backups
def test_backup_restore(session_browser):
"""Test backup and restore."""
functional.app_enable(session_browser, 'privoxy')