1python_test_host { 2 name: "opencl_cts", 3 main: "scripts/test_opencl_cts.py", 4 srcs: [ "scripts/test_opencl_cts.py" ], 5 data: [ "scripts/test_opencl_cts.xml" ], 6 test_config: "scripts/test_opencl_cts.xml", 7 version: { 8 py2: { 9 enabled: false, 10 }, 11 py3: { 12 enabled: true 13 } 14 }, 15 test_options: { 16 unit_test: false, 17 }, 18} 19 20python_test { 21 name: "run_conformance", 22 main: "test_conformance/run_conformance.py", 23 srcs: [ "test_conformance/run_conformance.py" ], 24 version: { 25 py2: { 26 enabled: true, 27 embedded_launcher: true, 28 }, 29 py3: { 30 enabled: false, 31 } 32 }, 33} 34 35