Skip to content

Commit

Permalink
Merge pull request #24841 from giuseppe/quadlet-enable-test
Browse files Browse the repository at this point in the history
test: enable newly added test
  • Loading branch information
openshift-merge-bot[bot] authored Dec 16, 2024
2 parents f325054 + ff9d4e7 commit 3e385eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/quadlet/emptyline.container
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## assert-failed
## assert-stderr-contains "no Image or Rootfs key specified"

[Container]
Exec=true \

Expand Down
1 change: 1 addition & 0 deletions test/e2e/quadlet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,7 @@ BOGUS=foo
Entry("Build - File Key relative no WD", "file-rel-no-wd.build", "converting \"file-rel-no-wd.build\": relative path in File key requires SetWorkingDirectory key to be set"),
Entry("Build - Neither WorkingDirectory nor File Key", "neither-workingdirectory-nor-file.build", "converting \"neither-workingdirectory-nor-file.build\": neither SetWorkingDirectory, nor File key specified"),
Entry("Build - No ImageTag Key", "no-imagetag.build", "converting \"no-imagetag.build\": no ImageTag key specified"),
Entry("emptyline.container", "emptyline.container", "converting \"emptyline.container\": no Image or Rootfs key specified"),
)

DescribeTable("Running success quadlet with ServiceName test case",
Expand Down

0 comments on commit 3e385eb

Please sign in to comment.