Irit Goihman has uploaded a new change for review.

Change subject: WIP: Makefile: changed tests Makefile so that both python2 and 
pyhton3 will be default. That way, all tests (including new ones) will have to 
support python3 eventually.
......................................................................

WIP: Makefile: changed tests Makefile so that both python2 and pyhton3 will
be default.
That way, all tests (including new ones) will have to support python3 
eventually.

Change-Id: Ie0f96626607fc5042eb47be0f91ecafee7965043
Signed-off-by: Irit Goihman <igoih...@redhat.com>
---
M tests/Makefile.am
1 file changed, 100 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/06/57106/1

diff --git a/tests/Makefile.am b/tests/Makefile.am
index a1505e3..7cd5649 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -170,6 +170,106 @@
        v2vTests.py \
        $(NULL)
 
+blacklist_modules_python3 = \
+       vmRecoveryTests.py \
+       domain_manifest_test.py \
+       network/config_network_test.py \
+       network/netinfo_test.py \
+       imagetickets_test.py \
+       vmSecretTests.py \
+       network/hook_ovs_test.py \
+       encodingTests.py \
+       mountTests.py \
+       network/ip_test.py \
+       vmXmlTests.py \
+       network/conf_test.py \
+       guestagentTests.py \
+       network/sourcerouting_test.py \
+       mkimageTests.py \
+       common/contextlib_test.py \
+       network/conf_persistence_test.py \
+       hooksTests.py \
+       vdsmDumpChainsTests.py \
+       devices/parsing/complex_vm_tests.py \
+       storagetestlibTests.py \
+       utilsTests.py \
+       network/qos_test.py \
+       network/connectivity_test.py \
+       vmTests.py \
+       miscTests.py \
+       vmUtilsTests.py \
+       fuserTests.py \
+       stompAsyncDispatcherTests.py \
+       storageServerTests.py \
+       bridgeTests.pybulk_sampling_test.py \
+       storageMailboxTests.py \
+       commands_test.py \
+       periodicTests.py \
+       securableTests.py \
+       alignmentScanTests.py \
+       hostdevTests.py \
+       stompTests.py \
+       vmOperationsTests.py \
+       momTests.py \
+       fileUtilTests.py \
+       numaUtilsTests.py \
+       iscsiTests.py \
+       testlibTests.py \
+       schemaValidationTest.py \
+       toolTests.py \
+       stompAsyncClientTests.py \
+       sdm_indirection_tests.py \
+       v2vTests.py \
+       network/unified_persistence_test.py \
+       protocoldetectorTests.py \
+       fileVolumeTests.py \
+       network/link_test.py \
+       network/ipwrapper_test.py \
+       cPopenTests.py \
+       lvmTests.py \
+       hoststatsTests.py \
+       clientifTests.py \
+       resourceManagerTests.py \
+       gluster_cli_tests.py \
+       vdsClientTests.py \
+       monkeypatchTests.py \
+       sparsifyTests.py \
+       vmApiTests.py \
+       vdscliTests.py \
+       network/iproute2_test.py \
+       outOfProcessTests.py \
+       vmStorageTests.py \
+       storage_sdm_create_volume_test.py \
+       samplingTests.py \
+       momPolicyTests.py \
+       capsTests.py \
+       persistentDictTests.py \
+       qemuimgTests.py \
+       deviceTests.py \
+       storageMonitorTests.py \
+       storage_volume_artifacts_test.py \
+       blocksdTests.py \
+       network/tc_test.py \
+       fileSDTests.py \
+       storagefakelibTests.py \
+       stompAdapterTests.py \
+       blockVolumeTests.py \
+       vmfakelibTests.py \
+       storage_sdm_api_test.py \
+       toolBondingTests.py \
+       common/network_test.py \
+       schemaTests.py \
+       network/ovs_test.py \
+       transportWrapperTests.py \
+       libvirtconnectionTests.py \
+       main.py \
+       unicode_test.py \
+       storage_rwlock_test.py \
+       tasksetTests.py \
+       vmMigrationTests.py \
+       verify.py \
+       $(NULL)
+
 nodist_vdsmtests_PYTHON = \
        crossImportsTests.py \
        $(NULL)


-- 
To view, visit https://gerrit.ovirt.org/57106
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie0f96626607fc5042eb47be0f91ecafee7965043
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Irit Goihman <igoih...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to