aboutsummaryrefslogtreecommitdiff
path: root/config/test_data/unreachable_game.yaml
diff options
context:
space:
mode:
authorJulien Dessaux2021-01-12 15:56:54 +0100
committerJulien Dessaux2021-01-12 15:58:11 +0100
commit7b48de296f8ea284d0f3604b6ea161adcfccd9af (patch)
treeded0f326a50e6ff788cfe42fd51767085f388910 /config/test_data/unreachable_game.yaml
parentFixed invalid handling of menu offsets (diff)
downloadshell-game-launcher-7b48de296f8ea284d0f3604b6ea161adcfccd9af.tar.gz
shell-game-launcher-7b48de296f8ea284d0f3604b6ea161adcfccd9af.tar.bz2
shell-game-launcher-7b48de296f8ea284d0f3604b6ea161adcfccd9af.zip
Wrote a minimal config and refactored all tests from it to simplify everything
Diffstat (limited to 'config/test_data/unreachable_game.yaml')
-rw-r--r--config/test_data/unreachable_game.yaml71
1 files changed, 1 insertions, 70 deletions
diff --git a/config/test_data/unreachable_game.yaml b/config/test_data/unreachable_game.yaml
index a6a8977..5af610b 100644
--- a/config/test_data/unreachable_game.yaml
+++ b/config/test_data/unreachable_game.yaml
@@ -1,90 +1,21 @@
App:
WorkingDirectory: var/
- MaxUsers: 512
+ MaxUsers: 1
AllowRegistration: true
MaxNickLen: 15
MenuMaxIdleTime: 600
- PostLoginCommands:
- - mkdir %w/userdata/%u
- - mkdir %w/userdata/%u/dumplog
- - mkdir %w/userdata/%u/ttyrec
Menus:
anonymous:
- Banner: 'Shell Game Launcher - Anonymous access%n======================================'
- XOffset: 5
- YOffset: 2
MenuEntries:
- - Key: l
- Label: login
- Action: login
- - Key: r
- Label: register
- Action: register
- - Key: w
- Label: watch
- Action: watch_menu
- Key: q
Label: quit
Action: quit
logged_in:
- Banner: 'Shell Game Launcher%n==================='
- XOffset: 5
- YOffset: 2
MenuEntries:
- - Key: p
- Label: play Nethack 3.7
- Action: play nethack3.7
- - Key: o
- Label: edit game options
- Action: menu options
- - Key: w
- Label: watch
- Action: watch
- - Key: r
- Label: replay
- Action: replay
- - Key: c
- Label: change password
- Action: passwd
- - Key: m
- Label: change email
- Action: chmail
- Key: q
Label: quit
Action: quit
- options:
- Banner: 'Options%n======='
- XOffset: 5
- YOffset: 2
- MenuEntries:
- - Key: a
- Label: edit options for Nethack 3.7
- Action: chopts nethack3.7
- - Key: z
- Label: back
- Action: menu logged_in
Games:
- nethack3.7:
- ChrootPath: /opt/nethack
- FileMode: "0666"
- ScoreCommands:
- - exec /games/nethack -s all
- - wait
- Commands:
- - cp /games/var/save/%u%n.gz /games/var/save/%u%n.gz.bak
- - exec /games/nethack -u %n
- Env:
- NETHACKOPTIONS: "@%ruserdata/%n/%n.nhrc"
unreachable:
- ChrootPath: /opt/nethack
- FileMode: "0666"
- ScoreCommands:
- - exec /games/nethack -s all
- - wait
- Commands:
- - cp /games/var/save/%u%n.gz /games/var/save/%u%n.gz.bak
- - exec /games/nethack -u %n
- Env:
- NETHACKOPTIONS: "@%ruserdata/%n/%n.nhrc"