Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10179 from tpapaioa/fix_test_vm_create
Browse files Browse the repository at this point in the history
[1LP][RFR] Fix provider filter on test_vm_create
  • Loading branch information
digitronik authored Jun 16, 2020
2 parents fccde9b + a55bedd commit aec99a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfme/tests/cloud_infra_common/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


all_prov = ProviderFilter(classes=[InfraProvider, CloudProvider],
required_fields=['provisioning', 'events'])
required_flags=['provision', 'events'])
excluded = ProviderFilter(classes=[KubeVirtProvider], inverted=True)
pytestmark = [
pytest.mark.usefixtures('uses_infra_providers', 'uses_cloud_providers'),
Expand Down

0 comments on commit aec99a8

Please sign in to comment.