kompose/script
Anush Shetty 1b3d876a62 Adding OpenShift functional tests for kompose up/down
* This PR adds functional tests for kompose up/down. The test scripts
are hosted under script/test_in_openshift. The directory structure,
as follows:

	script/test_in_openshift/
	├── compose-files
	│   └── docker-compose-command.yml
	├── lib.sh
	├── run.sh
	└── tests
		├── buildconfig.sh
    		├── entrypoint-command.sh
    		├── etherpad.sh
    		└── redis-replica-2.sh

* script/test_in_openshift/run.sh is the master script
  which executes all the tests

* script/test_in_openshift/lib.sh consists of helper functions
  for `kompose up` and `kompose down` checks

* script/test_in_openshift/tests directory consists of test scripts

* The scripts use 'oc cluster up' for setting up a single-machine
  OpenShift cluster. It exits if oc binaries are not installed

* Most of the docker compose files used are the ones already
  available in examples/ or script/test/fixtures.

* How to run the tests: 'make test-openshift'
2017-05-02 12:02:30 +05:30
..
test Merge pull request #511 from kadel/fix-ingress-down 2017-04-12 11:47:17 -04:00
test_in_container Rename some make targests: test->test-container test-all->test 2017-01-23 15:05:25 +01:00
test_in_openshift Adding OpenShift functional tests for kompose up/down 2017-05-02 12:02:30 +05:30
check-gofmt.sh Clean up Makefile and scripts in scripts dir. 2017-01-23 11:49:25 +01:00
check-vendor.sh Clean up Makefile and scripts in scripts dir. 2017-01-23 11:49:25 +01:00
deploy_key.enc Sync changes from master to gh-pages on each merge request 2017-03-23 10:58:19 -04:00
release.sh Update release script 2017-03-03 10:48:50 -05:00
sync-docs.sh Update minor bug in syncing files 2017-03-23 12:47:13 -04:00