Skip to content

Commit

Permalink
camkes-vm: fix typo in settings key string
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <axelheider@gmx.de>
  • Loading branch information
axel-h authored and lsf37 committed Jan 27, 2024
1 parent 50bdd6a commit e675070
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions camkes-vm/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ builds:
- vm_minimal_smp_tx1:
app: vm_minimal
platform: TX1
setttings:
settings:
NUM_NODES: 4
- vm_minimal_smp_tx2:
app: vm_minimal
platform: TX2
setttings:
settings:
NUM_NODES: 4
- vm_serial_server:
platform: ODROID_XU4
Expand All @@ -74,7 +74,7 @@ builds:
app: vm_virtio_net
platform: ODROID_XU4
success: 'Ping test was successful'
setttings:
settings:
VIRTIO_NET_PING: '1'
- vm_virtio_net_arping_tx2:
app: vm_virtio_net
Expand All @@ -84,7 +84,7 @@ builds:
app: vm_virtio_net
platform: TX2
success: 'Ping test was successful'
setttings:
settings:
VIRTIO_NET_PING: '1'
- vm_multi:
platform: ODROID_XU4
Expand Down

0 comments on commit e675070

Please sign in to comment.