summaryrefslogtreecommitdiff
path: root/testenv/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/main.yaml')
-rw-r--r--testenv/main.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/testenv/main.yaml b/testenv/main.yaml
index c9774f8d..5647d62e 100644
--- a/testenv/main.yaml
+++ b/testenv/main.yaml
@@ -1,7 +1,8 @@
kvmd:
server:
- host: 0.0.0.0
- port: 8081
+ unix: /run/kvmd.sock
+ unix_rm: true
+ unix_mode: 0666
auth: !include auth.yaml
@@ -25,8 +26,7 @@ kvmd:
cap_pin: 17
conv_pin: 18
init_restart_after: 1
- host: 127.0.0.1
- port: 8082
+ unix: /run/ustreamer.sock
cmd:
- "/usr/bin/ustreamer"
- "--device=/dev/kvmd-video"
@@ -34,12 +34,12 @@ kvmd:
- "--desired-fps={desired_fps}"
- "--width=800"
- "--height=600"
- - "--host=0.0.0.0"
- - "--port={port}"
+ - "--unix={unix}"
+ - "--unix-rm"
+ - "--unix-mode=0666"
ipmi:
kvmd:
- host: kvmd
- port: 8081
+ unix: /run/kvmd.sock
logging: !include logging.yaml