Skip to content

Basic smoke tests to make sure you concourse instance is healthy

Notifications You must be signed in to change notification settings

davewalter/concourse-smoke-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concourse smoke tests.

Very basic smoke tests to make sure the instance you just spun up can run a job.

Note: It only can authenticate against the built in auth, next step will be to make it work with an oAuth flow.

Usage:

pushd concourse-smoke-tests
  export CONCOURSE_URL=https://my-concourse.example.com
  export CONCOURSE_USERNAME=my-username
  export CONCOURSE_PASSWORD=my-password
  ginkgo -p .
popd

About

Basic smoke tests to make sure you concourse instance is healthy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 86.9%
  • Shell 13.1%