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 units tests to Ansible roles #3

Open
jasonrhaas opened this issue Jan 27, 2016 · 1 comment
Open

Add units tests to Ansible roles #3

jasonrhaas opened this issue Jan 27, 2016 · 1 comment

Comments

@jasonrhaas
Copy link
Contributor

After running an Ansible role, we should run a small test to ensure that the tools are actually working properly. Some examples:

  • Elasticsearch - index a small document
  • Hbase - write a new table row
  • Hadoop - create a file, run a map reduce job
  • Spark - run a wordcount
  • Kafka - produce some data to a topic

In the .travis.yml we could just add another line to the script: section that runs some python or Ansible code after it finishes provisioning the role.

@madisonb
Copy link
Collaborator

madisonb commented Feb 7, 2016

  • Docker - run the Docker Whalesay hello world
  • Apache - hit the Httpd server to get the index page response
  • Redis - set and get key
  • Tor - initial a connection to a stable onion address
  • Zookeeper - write a new file

andrewkcarter pushed a commit that referenced this issue May 15, 2017
Alter ssh control path to fix long path errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants