Skip to content

Commit

Permalink
fixup! kola/docker: add selinux test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Tortuyaux committed Aug 5, 2021
1 parent cd87709 commit bf08a99
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions kola/tests/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ type simplifiedDockerInfo struct {

func init() {
register.Register(&register.Test{
Run: dockerSELinux,
ClusterSize: 1,
Name: "docker.selinux",
Distros: []string{"cl"},
Channels: []string{"alpha", "beta"},
Run: dockerSELinux,
ClusterSize: 1,
Name: "docker.selinux",
Distros: []string{"cl"},
Channels: []string{"alpha", "beta"},
Architectures: []string{"amd64"},
})
register.Register(&register.Test{
Run: dockerNetwork,
Expand Down

0 comments on commit bf08a99

Please sign in to comment.