浏览代码

Enable all netapi clients

Barney Sowood 1 年之前
父节点
当前提交
7588e211ee
共有 1 个文件被更改,包括 11 次插入0 次删除
  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'
+        ]
     }