We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18216f4 commit ff9dc89Copy full SHA for ff9dc89
internal/process/vms_test.go
@@ -2,6 +2,8 @@ package process
2
3
import (
4
"context"
5
+ "testing"
6
+
7
"github.com/newrelic/infra-integrations-sdk/v3/integration"
8
"github.com/newrelic/nri-vsphere/internal/client"
9
"github.com/newrelic/nri-vsphere/internal/collect"
@@ -13,7 +15,6 @@ import (
13
15
"github.com/vmware/govmomi/view"
14
16
"github.com/vmware/govmomi/vim25"
17
"github.com/vmware/govmomi/vim25/mo"
- "testing"
18
)
19
20
func Test_createVirtualMachineSamples_HasIpAddresses(t *testing.T) {
0 commit comments