Reduce ignored sanity tests in cloud/misc modules (#845)

* Reduce ignored sanity tests in cloud/misc modules

* Reduce ignored sanity tests in cloud/misc modules for proxmox_kvm

* Fix

* Remove in ignore-2.9.txt

* Fix

* Remove unneeded alias
This commit is contained in:
Amin Vakil 2020-09-01 16:14:04 +04:30 committed by GitHub
parent b36f77515c
commit d046dc34bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 155 additions and 62 deletions

View file

@ -39,6 +39,7 @@ options:
- A list of specific functions to deploy.
- If this is not provided, all functions in the service will be deployed.
type: list
elements: str
default: []
region:
description:
@ -166,7 +167,7 @@ def main():
argument_spec=dict(
service_path=dict(type='path', required=True),
state=dict(type='str', default='present', choices=['absent', 'present']),
functions=dict(type='list'),
functions=dict(type='list', elements='str'),
region=dict(type='str', default=''),
stage=dict(type='str', default=''),
deploy=dict(type='bool', default=True),