Trying out travis-configuration.
- Make core.sh executable. - Check the IP Address of containers in travis. - Wait for the services to come up before running tests.
This commit is contained in:
committed by
Abhilash Raj
parent
aa367a2495
commit
cde320477c
4
tests/core.sh
Executable file
4
tests/core.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
curl -u restadmin:restpass http://172.19.199.2:8001/3.1/system
|
||||
Reference in New Issue
Block a user