Change in vdsm[master]: properties: Make password test data more clear

2016-10-22 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: properties: Make password test data more clear .. Patch Set 2: Code-Review+2 We'd walk an even longer distance to keep the maintainer of this file unconfused.

Change in vdsm[master]: properties: Make password test data more clear

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: properties: Make password test data more clear .. Patch Set 3: * Update Tracker::IGNORE, no bug url/s found * Set MODIFIED::IGNORE, no Bug-Url found. -- To

Change in vdsm[master]: properties: Make password test data more clear

2016-10-22 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: properties: Make password test data more clear .. properties: Make password test data more clear The old test used the value b"12345678", which may

Change in vdsm[master]: tests: Use Popen.poll() for running state

2016-10-22 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: tests: Use Popen.poll() for running state .. Patch Set 5: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/65323 To unsubscribe, visit

Change in vdsm[master]: net: edit nic detached from bridge but still attached to a vlan

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: net: edit nic detached from bridge but still attached to a vlan .. Patch Set 6: * Update Tracker::#1372798::IGNORE, not relevant for Red Hat classification *

Change in vdsm[master]: net: edit nic detached from bridge but still attached to a vlan

2016-10-22 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: net: edit nic detached from bridge but still attached to a vlan .. Patch Set 5: Code-Review+2 Edy, I think we've spent too much time on trying to test this

Change in vdsm[master]: fix comment

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: fix comment .. Patch Set 2: * Update Tracker::IGNORE, no bug url/s found * Set MODIFIED::IGNORE, no Bug-Url found. -- To view, visit

Change in vdsm[master]: fix comment

2016-10-22 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: fix comment .. fix comment The comment on _getConfigVmStats mention the 'display' field but this field is no longer set in this method, thus this part

Change in vdsm[master]: travis: Add Fedora 24 build

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: travis: Add Fedora 24 build .. Patch Set 4: * Update Tracker::IGNORE, no bug url/s found * Set MODIFIED::IGNORE, no Bug-Url found. -- To view, visit

Change in vdsm[master]: net: edit nic detached from bridge but still attached to a vlan

2016-10-22 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: net: edit nic detached from bridge but still attached to a vlan .. net: edit nic detached from bridge but still attached to a vlan We do not

Change in vdsm[master]: net: edit nic detached from bridge but still attached to a vlan

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: net: edit nic detached from bridge but still attached to a vlan .. Patch Set 7: * Update Tracker::#1372798::IGNORE, not relevant for Red Hat classification * Set

Change in vdsm[master]: github: Add travis build status image

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: github: Add travis build status image .. Patch Set 4: * Update Tracker::IGNORE, no bug url/s found * Set MODIFIED::IGNORE, no Bug-Url found. -- To view, visit

Change in vdsm[master]: github: Add travis build status image

2016-10-22 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: github: Add travis build status image .. github: Add travis build status image Since travis build is working now, we can show the build status in

Change in vdsm[master]: travis: Add Fedora 24 build

2016-10-22 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: travis: Add Fedora 24 build .. Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.ovirt.org/65268 To unsubscribe, visit

Change in vdsm[master]: travis: Add Fedora 24 build

2016-10-22 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: travis: Add Fedora 24 build .. travis: Add Fedora 24 build The previous CentOS build cannot run the python 3 tests because some packages are missing;

Change in vdsm[master]: net: edit nic detached from bridge but still attached to a vlan

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: net: edit nic detached from bridge but still attached to a vlan .. Patch Set 5: * Update Tracker::#1372798::IGNORE, not relevant for Red Hat classification *

Change in vdsm[master]: tests: Wait for child process in tearDown

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: tests: Wait for child process in tearDown .. Patch Set 6: * Update Tracker::IGNORE, no bug url/s found * Set MODIFIED::IGNORE, no Bug-Url found. -- To view,

Change in vdsm[master]: github: Add travis build status image

2016-10-22 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: github: Add travis build status image .. Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.ovirt.org/65261 To unsubscribe, visit

Change in vdsm[master]: tests: Wait for child process in tearDown

2016-10-22 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: tests: Wait for child process in tearDown .. Patch Set 5: Code-Review+2 -- To view, visit https://gerrit.ovirt.org/65322 To unsubscribe, visit

Change in vdsm[master]: tests: Wait for child process in tearDown

2016-10-22 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: tests: Wait for child process in tearDown .. tests: Wait for child process in tearDown If the code fail to terminate a child process, we must wait for

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-22 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: utils: Add missing Popen methods .. utils: Add missing Popen methods AsyncProc should have a Popen like interface, but it is missing terminate() and

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-22 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 5: Code-Review+2 -- To view, visit https://gerrit.ovirt.org/65321 To unsubscribe, visit

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-22 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 5: raising -- To view, visit https://gerrit.ovirt.org/65321 To unsubscribe, visit

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 6: * Update Tracker::IGNORE, no bug url/s found * Set MODIFIED::IGNORE, no Bug-Url found. -- To view, visit

Change in vdsm[master]: v2v: Treat Xen specially after all.

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: v2v: Treat Xen specially after all. .. Patch Set 1: * Update Tracker::IGNORE, no bug url/s found -- To view, visit https://gerrit.ovirt.org/57431 To

Change in vdsm[master]: v2v: Treat Xen specially after all.

2016-10-22 Thread Jenkins CI RO
Jenkins CI RO has abandoned this change. Change subject: v2v: Treat Xen specially after all. .. Abandoned Abandoned due to no activity - please restore if still relevant -- To view, visit https://gerrit.ovirt.org/57431 To

Change in vdsm[master]: osinfo: refactor package_versions function

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: osinfo: refactor package_versions function .. Patch Set 6: * Update Tracker::IGNORE, no bug url/s found -- To view, visit https://gerrit.ovirt.org/54546 To

Change in vdsm[master]: osinfo: refactor package_versions function

2016-10-22 Thread Jenkins CI RO
Jenkins CI RO has abandoned this change. Change subject: osinfo: refactor package_versions function .. Abandoned Abandoned due to no activity - please restore if still relevant -- To view, visit