Browse Source

Enable all netapi clients

Barney Sowood 1 year ago
parent
commit
7588e211ee
1 changed files with 11 additions and 0 deletions
  1. 11 0
      tests/conftest.py

+ 11 - 0
tests/conftest.py

@@ -226,6 +226,17 @@ def session_master_config_overrides(request, salt_api_port, salt_api_backend):
         'token_expire': 94670856,
         'token_expire': 94670856,
         'ignore_host_keys': True,
         'ignore_host_keys': True,
         'ssh_wipe': True,
         'ssh_wipe': True,
+        'netapi_enable_clients': [
+            'local',
+            'local_async',
+            'local_subset',
+            'ssh',
+            'runner',
+            'runner_async',
+            'wheel',
+            'wheel_async',
+            'run'
+        ]
     }
     }