Skip to content

Commit

Permalink
Quadlet E2E test - run quadlet as user generator
Browse files Browse the repository at this point in the history
Some key are available only for user scope while there are no keys that
are supported only for system. So, better to run in user scope

Signed-off-by: Ygal Blum <[email protected]>
  • Loading branch information
ygalblum committed Mar 28, 2023
1 parent 2cfb6e1 commit b5df38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/quadlet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ var _ = Describe("quadlet system generator", func() {
Expect(err).ToNot(HaveOccurred())

// Run quadlet to convert the file
session := podmanTest.Quadlet([]string{"-no-kmsg-log", generatedDir}, quadletDir)
session := podmanTest.Quadlet([]string{"--user", "-no-kmsg-log", generatedDir}, quadletDir)
session.WaitWithDefaultTimeout()
Expect(session).Should(Exit(0))

Expand Down

0 comments on commit b5df38c

Please sign in to comment.