Skip to content

Commit

Permalink
fix: update testdata for special chars
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Apr 15, 2024
1 parent 5266e5d commit 71df52a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti
# y confirm interactive mode
# n configure wifi (extra ENTER)
# y configure autohotspot
# y use autohotspot default config (extra ENTER)
# n use autohotspot default config
# y use custom data (extra ENTER)
# y use default audio iface (extra ENTER)
# n spotify (extra ENTER)
# y audio default location (extra ENTER)
Expand All @@ -27,10 +28,15 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti
# n reboot
export CI_TEST_DHCPCD="false"
export CI_TEST_NETWORKMANAGER="true"
./../install-jukebox.sh <<< "y
./../install-jukebox.sh <<< 'y
n
y
n
a!b"c§d$e%f&g/h(i)j=k?l´m`n²o³p{q[r]s}t\u+v*w~x#y'\''z01234
DE
ß,ä;ö.ü:Ä-Ö_Ü 1@2€3^4°5|6$7&8/9\0
192.168.100.2
y
y
Expand All @@ -44,7 +50,7 @@ y
y
n
n
"
'
INSTALLATION_EXITCODE=$?

# Test installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti
# y confirm interactive mode
# n configure wifi (extra ENTER)
# y configure autohotspot
# y use autohotspot default config (extra ENTER)
# n use autohotspot default config
# y use custom data (extra ENTER)
# y use default audio iface (extra ENTER)
# n spotify (extra ENTER)
# y audio default location (extra ENTER)
Expand All @@ -27,10 +28,15 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti
# n reboot
export CI_TEST_DHCPCD="true"
export CI_TEST_NETWORKMANAGER="false"
./../install-jukebox.sh <<< "y
./../install-jukebox.sh <<< 'y
n
y
n
a!b"c§d$e%f&g/h(i)j=k?l´m`n²o³p{q[r]s}t\u+v*w~x#y'\''z01234
DE
ß,ä;ö.ü:Ä-Ö_Ü 1@2€3^4°5|6$7&8/9\0
10.0.0.1
y
y
Expand All @@ -44,7 +50,7 @@ y
y
n
n
"
'
INSTALLATION_EXITCODE=$?

# Test installation
Expand Down
4 changes: 2 additions & 2 deletions scripts/installscripts/tests/run_installation_classic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti
# n RFID registration
# n reboot

./../install-jukebox.sh <<< "y
./../install-jukebox.sh <<< 'y
n
n
Expand All @@ -42,7 +42,7 @@ y
y
n
n
"
'
INSTALLATION_EXITCODE=$?

# Test installation
Expand Down
4 changes: 2 additions & 2 deletions scripts/installscripts/tests/run_installation_rfid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti
# y, use legacy readermode
# n reboot

./../install-jukebox.sh <<< "y
./../install-jukebox.sh <<< 'y
n
n
Expand All @@ -47,7 +47,7 @@ y
y
y
n
"
'
INSTALLATION_EXITCODE=$?

# Test installation
Expand Down
4 changes: 2 additions & 2 deletions scripts/installscripts/tests/run_installation_spotify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ n
y
y
abc$defghijkl&mnopqrstuvwxyzßäöüÄÖÜ$1234567890
!"§$%&/()=?´`²³{[]}\+*~#'\'',;.:-_ @€^°
a!b"c§d$e%f&g/h(i)j=k?l´m`n²o³p{q[r]s}t\u+v*w~x#y'\''zß,ä;ö.ü:Ä-Ö_Ü 1@2€3^4°5|67890
a!b"c§d$e%f&g/h(i)j=k?l´m`n²o³p{q[r]s}t\u+v*w~x#y'\''zß,ä;ö.ü:Ä-Ö_Ü 1@2€3^4°5|67890
myclient_id
myclient+SECRET/0123456789=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti
# n reboot
export CI_TEST_DHCPCD="true"
export CI_TEST_NETWORKMANAGER="false"
./../install-jukebox.sh <<< "y
./../install-jukebox.sh <<< 'y
y
TestWifi
a!b"c§d$e%f&g/h(i)j=k?l´m`n²o³p{q[r]s}t\u+v*w~x#y'\''z01234
DE
TestWifiPW
ß,ä;ö.ü:Ä-Ö_Ü 1@2€3^4°5|6$7&8/9\0
192.168.100.2
192.168.100.1
y
Expand All @@ -50,7 +50,7 @@ y
y
n
n
"
'
INSTALLATION_EXITCODE=$?

# Test installation
Expand Down

0 comments on commit 71df52a

Please sign in to comment.