mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
minidlna: Add functional tests that enable and disable application
Signed-off-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
1f0552c66f
commit
40ac492a87
19
functional_tests/features/minidlna.feature
Normal file
19
functional_tests/features/minidlna.feature
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
|
@apps @minidlna
|
||||||
|
Feature: minidlna Simple Media Server
|
||||||
|
Run miniDLNA media server
|
||||||
|
|
||||||
|
Background:
|
||||||
|
Given I'm a logged in user
|
||||||
|
And the minidlna application is installed
|
||||||
|
|
||||||
|
Scenario: Enable minidlna application
|
||||||
|
Given the minidlna application is disabled
|
||||||
|
When I enable the minidlna application
|
||||||
|
Then the minidlna service should be running
|
||||||
|
|
||||||
|
Scenario: Disable minidlna application
|
||||||
|
Given the minidlna application is enabled
|
||||||
|
When I disable the minidlna application
|
||||||
|
Then the minidlna service should not be running
|
||||||
Loading…
x
Reference in New Issue
Block a user