Dan Kenigsberg has submitted this change and it was merged. Change subject: tests: Adding functional tests for networking ......................................................................
tests: Adding functional tests for networking Functional tests for creation and deletion of virtual networks: This patch includes tests related to the addNetwork verb in particular validation of input params. Tests added are the following ones: * test_add_delete_network * test_fail_with_invalid_bonding_name * test_fail_with_invalid_bridge_name * test_fail_with_invalid_ip_config * test_fail_with_invalid_nic * test_fail_with_invalid_params Change-Id: Ic3be71db9dc0b92c443b87e22fe06f920055c4d3 Signed-off-by: Giuseppe Vallarelli <[email protected]> Reviewed-on: http://gerrit.ovirt.org/14840 Reviewed-by: Dan Kenigsberg <[email protected]> --- M lib/vdsm/config.py.in M tests/functional/Makefile.am A tests/functional/networkTests.py A tests/functional/utils.py M tests/testValidation.py 5 files changed, 295 insertions(+), 4 deletions(-) Approvals: Giuseppe Vallarelli: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/14840 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic3be71db9dc0b92c443b87e22fe06f920055c4d3 Gerrit-PatchSet: 22 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Giuseppe Vallarelli <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Giuseppe Vallarelli <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Mark Wu <[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
