Skip to content
Snippets Groups Projects

rework tests

Merged Karel van Klink requested to merge feature/update-tests into develop
5 files
+ 186
2
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 3
1
@@ -173,7 +173,9 @@ def check_ip_trunk(params: IPTrunkCheckParams) -> PlaybookLaunchResponse:
@@ -173,7 +173,9 @@ def check_ip_trunk(params: IPTrunkCheckParams) -> PlaybookLaunchResponse:
"""
"""
extra_vars = {
extra_vars = {
'wfo_ip_trunk_json': params.subscription,
'wfo_ip_trunk_json': params.subscription,
} # FIXME: needs to be updated when checks become available
}
 
# FIXME: needs to be updated when checks become available, this includes
 
# writing tests.
return run_playbook(
return run_playbook(
playbook_path=path.join(config_params.ansible_playbooks_root_dir,
playbook_path=path.join(config_params.ansible_playbooks_root_dir,
Loading