nixos/mopidy: fmt
This commit is contained in:
parent
8f6ffd06a4
commit
dddc9d800a
@ -1,12 +1,17 @@
|
|||||||
import ./make-test-python.nix ({ pkgs, ... }: {
|
import ./make-test-python.nix (
|
||||||
name = "mopidy";
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
name = "mopidy";
|
||||||
|
|
||||||
nodes.machine = { ... }: {
|
nodes.machine =
|
||||||
services.mopidy.enable = true;
|
{ ... }:
|
||||||
};
|
{
|
||||||
|
services.mopidy.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
machine.wait_for_unit("mopidy")
|
machine.wait_for_unit("mopidy")
|
||||||
machine.wait_for_open_port(6680)
|
machine.wait_for_open_port(6680)
|
||||||
'';
|
'';
|
||||||
})
|
}
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user