Skip to content

Instantly share code, notes, and snippets.

@GregSutcliffe
Created January 16, 2014 17:31
Show Gist options
  • Save GregSutcliffe/8459474 to your computer and use it in GitHub Desktop.
Save GregSutcliffe/8459474 to your computer and use it in GitHub Desktop.
Wheezy:
$ FOREMAN_REPO=1.4 fb-install-foreman.bats
17 tests, 1 failure
root@foreman-wheezy:~# curl -k https://localhost/status
{"result":"ok","status":200,"version":"1.4.0-RC1","db_duration_ms":"1"}
Precise:
$ FOREMAN_REPO=1.4 fb-install-foreman.bats
17 tests, 1 failure
root@foreman-precise:~# curl -k https://localhost/status
Squeeze:
$ FOREMAN_REPO=1.4 fb-install-foreman.bats
17 tests, 0 failures
root@foreman-squeeze:~# curl -k https://localhost/status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment