Explorar el Código

test(macos): update for this platform

tags/v1.11.0
Imran Iqbal hace 2 años
padre
commit
dc9cff99c5
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 2 ficheros con 10 adiciones y 0 borrados
  1. +2
    -0
      test/integration/default/controls/pkgs_spec.rb
  2. +8
    -0
      test/integration/default/controls/service_spec.rb

+ 2
- 0
test/integration/default/controls/pkgs_spec.rb Ver fichero

@@ -8,6 +8,8 @@ pkgs =
%w[py38-salt]
when 'windows'
['Salt Minion']
when 'mac_os_x'
%w[salt saltstack]
else
%w[salt-master salt-minion]
end

+ 8
- 0
test/integration/default/controls/service_spec.rb Ver fichero

@@ -6,6 +6,14 @@ services =
%w[salt_master salt_minion]
when 'windows'
%w[salt-minion]
when 'darwin'
# The following is expected but isn't yet working in the GitHub Actions
# macOS runners
# %w[com.saltstack.salt.api
# com.saltstack.salt.master
# com.saltstack.salt.minion
# com.saltstack.salt.syndic]
[]
else
%w[salt-master salt-minion]
end

Cargando…
Cancelar
Guardar