Skip to content

Commit

Permalink
rebased to master
Browse files Browse the repository at this point in the history
  • Loading branch information
AshuSoni-crest authored and lhercot committed Sep 17, 2021
1 parent b66c45b commit 799ce24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tenant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestTenantCreation(t *testing.T) {

func TestDomCreate(t *testing.T) {
c := GetTestClient()
dom := models.NewVMMDomain(fmt.Sprintf("dom-%s", "test"), "uni/vmmp-VMware", "", models.VMMDomainAttributes{})
dom := models.NewVMMDomain(fmt.Sprintf("dom-%s", "test"), "uni/vmmp-VMware", models.VMMDomainAttributes{})
err := c.Save(dom)
t.Error(err)
}
Expand All @@ -96,7 +96,7 @@ func TestGetDN(t *testing.T) {
path := "api/node/mo/uni/tn-tenant_for_bd/out-testext.json"
className := "l3extOut"
cont, err := c.GetViaURL(path)
dn := cont.Search("imdata", className, "attributes", "dn").String()
//dn := cont.Search("imdata", className, "attributes", "dn").String()

t.Error(err)

Expand Down

0 comments on commit 799ce24

Please sign in to comment.