Skip to content

Commit

Permalink
kola/tests/sysext: Use official Flatcar sysext names
Browse files Browse the repository at this point in the history
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
  • Loading branch information
t-lo committed Oct 13, 2023
1 parent 027a5b6 commit 1c39182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kola/tests/sysext/disable_containerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variant: flatcar
version: 1.0.0
storage:
links:
- path: /etc/extensions/app-containers_containerd.raw
- path: /etc/extensions/containerd-flatcar.raw
target: /dev/null
hard: false
overwrite: true
Expand Down
2 changes: 1 addition & 1 deletion kola/tests/sysext/disable_docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variant: flatcar
version: 1.0.0
storage:
links:
- path: /etc/extensions/app-containers_docker.raw
- path: /etc/extensions/docker-flatcar.raw
target: /dev/null
hard: false
overwrite: true
Expand Down

0 comments on commit 1c39182

Please sign in to comment.