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

* 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

(cherry picked from commit d046dc34bf)

Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
patchback[bot] 2020-09-17 20:59:12 +02:00 committed by GitHub
parent 5575d454ab
commit fdf244d488
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),