Explorar el Código

Enable all netapi clients

Barney Sowood hace 1 año
padre
commit
7588e211ee
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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,
         'ignore_host_keys': True,
         'ssh_wipe': True,
+        'netapi_enable_clients': [
+            'local',
+            'local_async',
+            'local_subset',
+            'ssh',
+            'runner',
+            'runner_async',
+            'wheel',
+            'wheel_async',
+            'run'
+        ]
     }