Skip to content

Commit

Permalink
Adapt tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>
  • Loading branch information
mudler committed May 13, 2022
1 parent 8cdc331 commit 18b2152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke/smoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var _ = Describe("os2 Smoke tests", func() {
It("has default cmdline", func() {
out, _ := s.Command("cat /proc/cmdline")
Expect(out).To(And(
ContainSubstring("selinux=1"),
ContainSubstring("rd.neednet=1"),
))
})

Expand Down

0 comments on commit 18b2152

Please sign in to comment.