Zhou Zheng Sheng has posted comments on this change.

Change subject: add simple VM creation functional test
......................................................................


Patch Set 10: (1 inline comment)

....................................................
File tests/functional/xmlrpcTests.py
Line 37:     def setUp(self):
Line 38:         isSSL = config.getboolean('vars', 'ssl')
Line 39:         if isSSL and os.geteuid() != 0:
Line 40:             raise SkipTest("Must be root to use SSL connection to 
server")
Line 41:         self.s = vdscli.connect(useSSL=isSSL)
If ssl is enabled in configuration, check if root or skip, then connect with 
ssl.
If ssl is not enabled, use plain connection.
Line 42: 
Line 43:     def testGetCaps(self):
Line 44:         r = self.s.getVdsCapabilities()
Line 45:         self.assertVdsOK(r)


--
To view, visit http://gerrit.ovirt.org/7396
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Icb0d86ce20a547ef809d5407fe12d6ade474c4d2
Gerrit-PatchSet: 10
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Zhou Zheng Sheng <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Deepak C Shetty <[email protected]>
Gerrit-Reviewer: Gal Hammer <[email protected]>
Gerrit-Reviewer: Mark Wu <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Royce Lv <[email protected]>
Gerrit-Reviewer: ShaoHe Feng <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to