Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sensuctl test for windows platform #68

Open
webframp opened this issue Oct 25, 2019 · 2 comments · May be fixed by #123
Open

Add sensuctl test for windows platform #68

webframp opened this issue Oct 25, 2019 · 2 comments · May be fixed by #123

Comments

@webframp
Copy link
Contributor

As discussed in
#59 (comment) appveyor
has limitations for testing windows sensuctl.

We’d like to improve this.

@calebhailey calebhailey added this to the 1.2.0 milestone Oct 4, 2020
@webframp
Copy link
Contributor Author

Investigated this further, based on https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers#about-service-containers it's not currently possible at the moment.

@webframp webframp linked a pull request Oct 25, 2020 that will close this issue
7 tasks
@webframp webframp linked a pull request Oct 25, 2020 that will close this issue
7 tasks
@derekgroh
Copy link
Contributor

Once the github action is resolved, the following resource block can be used to test sensuctl against SensuGo's demo instance

sensu_ctl 'default' do
  action [:install, :configure]
  username 'guest'
  password 'i<3sensu'
  backend_url 'https://caviar.tf.sensu.io:8080/'
end

The test command will need to be changed from sensuctl user list to sensuctl entity list

@webframp webframp removed this from the 1.3.0 milestone Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants