Skip to content

Commit

Permalink
automate TestArchiveContains::HostsSubnet
Browse files Browse the repository at this point in the history
  • Loading branch information
psimovec committed Sep 18, 2020
1 parent ab35de3 commit 2dae116
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/bugs_test.go
Expand Up @@ -191,6 +191,11 @@ func TestArchiveContains(t *testing.T) {
genLatestArchiveCheckPattern(
"image registry", matchingFileExists,
`^config/imageregistry.json$`))
//https://bugzilla.redhat.com/show_bug.cgi?id=1879068
t.Run("HostsSubnet",
genLatestArchiveCheckPattern(
"hosts subnet", matchingFileExists,
`^config/hostsubnet/ip-.*\.json$`))

defer ChangeReportTimeInterval(t, 1)()
defer degradeOperatorMonitoring(t)()
Expand Down

0 comments on commit 2dae116

Please sign in to comment.