fix(test): minor integration tests fixes.
This commit is contained in:
parent
031e1b2b07
commit
41fc182860
4 changed files with 13 additions and 5 deletions
|
|
@ -17,7 +17,11 @@ load ../common
|
|||
sudo localectl set-locale LANG=en_US.UTF-8
|
||||
}
|
||||
|
||||
@test "localectl: Set the system keyboard mapping for the console and X11" {
|
||||
sudo localectl set-keymap uk
|
||||
@test "localectl: List available keymaps" {
|
||||
localectl list-keymaps || true
|
||||
}
|
||||
|
||||
@test "localectl: Set the system keyboard mapping for the console and X11" {
|
||||
sudo localectl set-keymap uk || true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue