-
has this been moved to windows? I am running the st2tests scripts to validate the examples and it appears to not be part of the package, have I missed something or does the tests script test_winrm_runners just need to be updated?
st2 run tests.test_winrm_runners token=${ST2_AUTH_TOKEN} winrm_host=amibuild-eqx-04.force10networks.com winrm_username=ncore\pgits winrm_password=... winrm_verify_ssl_cert=false winrm_transport=ntlm . id: 5c560e06d09ab707af88511f action.ref: tests.test_winrm_runners parameters: token: f.... winrm_host: .....com winrm_password: '********' winrm_transport: ntlm winrm_username: ncorepgits winrm_verify_ssl_cert: false status: failed result_task: is_winrm_host_provided result: failed: false return_code: 0 stderr: '' stdout: '' succeeded: true error: Failed to run task "run_winrm_cmd_action". Action with reference "core.winrm_cmd" doesn't exist.. Task :: run_winrm_cmd_action - Action with ref core.winrm_cmd not registered. traceback: Traceback (most recent call last): File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/action_chain_runner/action_chain_runner.py", line 486, in _run_chain action_params=action_parameters, context_result=context_result) File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/action_chain_runner/action_chain_runner.py", line 716, in _get_next_action raise action_exc.InvalidActionReferencedException(error) InvalidActionReferencedException: Task :: run_winrm_cmd_action - Action with ref core.winrm_cmd not registered.
Thanks in advance,
Peter M. Gits