Skip to content

ahocking/cf-continuous-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CF Continuous Test

This pipeline runs smoke tests on your Cloud Foundry platform periodically.

Creating a user

Login with the CF cli and then create a user/space combination and give it access:

cf create-user system-tester PASSWORD

cf create-space smoke-tests -o system
cf set-space-role system-tester system smoke-tests SpaceManager
cf set-space-role system-tester system smoke-tests SpaceDeveloper

Set params.yml variables

Make a copy of params.yml and fill in the variables.

Fly pipeline

fly -t concourse set-pipeline -p smoke-tests -c pipeline.yml -l params.yml

About

Run tests on the CF platform continously

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%