Skip to content

Commit

Permalink
Sanity script issue fixes
Browse files Browse the repository at this point in the history
1) update the test to use ubuntu-traffic image for ipv6 tftp
2) set self.orch in svcv2mirror base class

Change-Id: I1b7c1af4d6bf34644efa2a252ee3c9483fd00556
  • Loading branch information
Senthilnathan Murugappan committed Jul 18, 2017
1 parent fc231c7 commit 346d836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/svc_mirror/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def setUpClass(cls):
cls.agent_inspect= cls.connections.agent_inspect
cls.cn_inspect= cls.connections.cn_inspect
cls.analytics_obj=cls.connections.analytics_obj
cls.orch=cls.connections.orch
#end setUpClass

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion scripts/vm_regression/test_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2981,7 +2981,7 @@ def test_vm_file_trf_tftp_tests(self):
assert vn_fixture.verify_on_setup()
vn_fixture.read()
img_name=os.environ['ci_image'] if os.environ.has_key('ci_image')\
else 'ubuntu'
else 'ubuntu-traffic'
flavor='m1.tiny' if os.environ.has_key('ci_image')\
else 'contrail_flavor_small'
vm1_fixture = self.create_vm(vn_fixture= vn_fixture, vm_name=vm1_name,
Expand Down

0 comments on commit 346d836

Please sign in to comment.