mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-19 12:36:06 +00:00
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:
parent
93e9f95d18
commit
650c16f914
@ -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')
|
||||
|
||||
@ -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')
|
||||
|
||||
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user