1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-11 04:58:16 +03:00

M #-: Start oneflow-server in travis tests

This commit is contained in:
Tino Vázquez 2020-05-21 12:44:52 +02:00 committed by GitHub
parent 34c0735243
commit f660d3694b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,5 +36,8 @@ echo 'VM_MAD = [ NAME="dummy", SUNSTONE_NAME="Testing", EXECUTABLE="one_vmm_dumm
# start oned
one start
# start oneflow
oneflow-server start
# check it's up
timeout 60 sh -c 'until nc -z $0 $1; do sleep 1; done' localhost 2633