Skip to content

Commit

Permalink
fix vdns script to handle Vcenter-only with reference to bug# 1665185
Browse files Browse the repository at this point in the history
Closes-Bug:#1665185

Change-Id: I971cfcef94c9694503cab026b3b98e5b99837ecc
  • Loading branch information
nsarath committed Feb 17, 2017
1 parent c6f078f commit 082ce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vdns/test_vdns_basic.py
Expand Up @@ -94,7 +94,7 @@ def test_vdns_ping_same_vn(self):
vn_fixt = self.useFixture(
VNFixture(
self.connections, self.inputs,
vn_name=vn_name, subnets=[vn1_ip], ipam_fq_name=ipam_fixt1.fq_name, option='contrail'))
vn_name=vn_name, subnets=[vn1_ip], ipam_fq_name=ipam_fixt1.fq_name))
vm_fixture = {}
# Launch VM with VN Created above. This test verifies on launch of VM agent should updated DNS 'A' and 'PTR' records
# The following code will verify the same. Also, we should be able ping
Expand Down

0 comments on commit 082ce94

Please sign in to comment.