----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22512/#review45510 -----------------------------------------------------------
test/integration/smoke/test_deploy_vgpu_enabled_vm.py <https://reviews.apache.org/r/22512/#comment80361> Iam referring to current test suite, please check setupClass in other test suites, the suite is explicit for vgpu, so this check should apply to all test classes inside it. So, if we add one more test class down the lane, the check still holds good. test/integration/smoke/test_deploy_vgpu_enabled_vm.py <https://reviews.apache.org/r/22512/#comment80362> We have to get nose tests discovery for that. We dont have a case for vgpu. EX: A tag of advanced,means we want all advanced zone test cases, then this test case will as well be picked up otherwise wont if not tagged. Similarly, we can do and or with tags values provided separately. - Santhosh Edukulla On June 12, 2014, 1:27 p.m., Alex Brett wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/22512/ > ----------------------------------------------------------- > > (Updated June 12, 2014, 1:27 p.m.) > > > Review request for cloudstack and SrikanteswaraRao Talluri. > > > Bugs: CLOUDSTACK-6862 and CLOUDSTACK-6876 > https://issues.apache.org/jira/browse/CLOUDSTACK-6862 > https://issues.apache.org/jira/browse/CLOUDSTACK-6876 > > > Repository: cloudstack-git > > > Description > ------- > > - Make this test skip if it's not running on a XenServer host (as that's the > only hypervisor that supports vGPU at present) > - Also remove the tags that make this test run on a BVT, since it will *only* > work if run on a host with vGPU hardware > > See also CLOUDSTACK-6876 - I don't have rights to duplicate these two issues, > but I believe they are the same thing. > > > Diffs > ----- > > test/integration/smoke/test_deploy_vgpu_enabled_vm.py fa33bdc > > Diff: https://reviews.apache.org/r/22512/diff/ > > > Testing > ------- > > Tested against a KVM host to ensure the skip logic kicks in. > > > Thanks, > > Alex Brett > >