Skip to content

Commit

Permalink
test/nfs: lift qemu restriction
Browse files Browse the repository at this point in the history
this test uses network and private IP so it makes sense to enable it on
cloud providers.

Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Jan 20, 2025
1 parent 08b9b0e commit b2e8c1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kola/tests/misc/nfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ func init() {
// Disabled on Azure because setting hostname
// is required at the instance creation level
ExcludePlatforms: []string{"azure"},
// This test is normally not related to the cloud environment
Platforms: []string{"qemu", "qemu-unpriv"},
})
// TODO: enable FCOS when FCCT exists
register.Register(&register.Test{
Expand All @@ -70,8 +68,6 @@ func init() {
// Disabled on Azure because setting hostname
// is required at the instance creation level
ExcludePlatforms: []string{"azure"},
// This test is normally not related to the cloud environment
Platforms: []string{"qemu", "qemu-unpriv"},
})
}

Expand Down

0 comments on commit b2e8c1a

Please sign in to comment.