Merge pull request #22 from obedmr/travis

travis: Test Travis CI
This commit is contained in:
Obed N Munoz
2016-11-17 10:39:40 -06:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ services:
- docker
env:
- HOST="localhost"
- DOCKER_TOKEN="8da7bc99-13da-46df-acc7-8929523d995f"
- HOST="localhost" DOCKER_TOKEN="8da7bc99-13da-46df-acc7-8929523d995f"
before_script:
- export CONTAINER=clearlinux/keystone
+3 -1
View File
@@ -3,7 +3,9 @@
source /root/openrc
for i in {1..5}; do openstack user list && break || sleep 1; done
for i in {1..5}; do echo "Test #$i"; openstack user list && break || sleep 5; done
openstack endpoint list
openstack project list