Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binocarlos/plugin-playground
Testing repo for the flocker extension
https://github.com/binocarlos/plugin-playground
Last synced: 10 days ago
JSON representation
Testing repo for the flocker extension
- Host: GitHub
- URL: https://github.com/binocarlos/plugin-playground
- Owner: binocarlos
- Created: 2015-05-18T10:55:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T11:40:46.000Z (over 9 years ago)
- Last Synced: 2024-04-14T14:36:45.722Z (7 months ago)
- Language: Shell
- Size: 191 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generic-flocker-extension-demo
A base installation of the Flocker extension for Docker.
## notes
* [here](https://github.com/ClusterHQ/powerstrip-flocker/blob/testing_combined_volume_plugin/powerstripflocker/test/test_acceptance.py#L242) is a link to the plugin
* [here](https://github.com/ClusterHQ/powerstrip-flocker/blob/testing_combined_volume_plugin/extra-vagrant-acceptance-targets/ubuntu-14.04/Vagrantfile) is a link to the vagrant setup for a Flocker cluster
* [here](http://storage.googleapis.com/experiments-clusterhq/docker-volume-extensions/docker) is a link to the latest docker binary that is compiled to understand volume extensions## setup
There is a folder for each of the integration tests:
* [swarm](swarm)
* [k8s](k8s)
* [mesosphere](mesosphere) (tbc)## run tests
Each integration has its own test that can be run using `make test` from the integration folder:
```bash
$ cd swarm && make test
```Or you can use `make test` from the top level to run through all 3:
```bash
$ make test
```