[1LP][WIP] Fix preemtivity in test_gce_preemptible_provision.
Purpose or Intent
- Fixing test test_gce_preemptible_provision currently failing to set VM as preemptible during creation process.
- Marking it as blocked as the created VM is not reported as being preemtive.
{{ pytest: -v cfme/tests/cloud_infra_common/test_provisioning.py::test_gce_preemptible_provision --use-provider gce_central }}
Modified pytest statement in PR description, since it needs to collect against GCE. The K filter that was there to select the test wasn't working either.
@jaryn would you still like to have this changed merged? Please close or rebase. Thanks!
@mshriver I rebased this, but I am not sure do I want to work on getting this in. I didn't see the any GCE test runing for quite a while.
Lint report for commit f51ed1fd1b78d6b5744a9fb0301bc086003d711d:
cfme/tests/cloud_infra_common/test_provisioning.py:
- :red_circle: Line 108:29: F821 undefined name 'GH'
Please, rectify these issues :smirk: .
No commit flaws detected.
CFME QE Bot