mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
samba: Fix functional tests when user is not logged in at start
Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
470b3cb9cd
commit
78a2b26132
@ -23,6 +23,7 @@ class TestSambaApp(functional.BaseAppTests):
|
|||||||
@pytest.fixture(scope='class', autouse=True)
|
@pytest.fixture(scope='class', autouse=True)
|
||||||
def fixture_setup(self, session_browser):
|
def fixture_setup(self, session_browser):
|
||||||
"""Setup the app."""
|
"""Setup the app."""
|
||||||
|
functional.login(session_browser)
|
||||||
functional.networks_set_firewall_zone(session_browser, 'internal')
|
functional.networks_set_firewall_zone(session_browser, 'internal')
|
||||||
|
|
||||||
@pytest.mark.backups
|
@pytest.mark.backups
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user