test: put network name in the end

This commit is contained in:
Girish Ramakrishnan
2016-07-12 09:28:00 -07:00
parent 5deadbfdc7
commit a26168e3cd

View File

@@ -20,7 +20,7 @@ webadmin_scopes="cloudron,profile,users,apps,settings"
webadmin_origin="https://${ADMIN_LOCATION}-localhost"
# create docker network (while the infra code does this, most tests skip infra setup)
docker network create cloudron --subnet=172.18.0.0/16 || true
docker network create --subnet=172.18.0.0/16 cloudron || true
# !!!!!! check clientdb.js clear() to not nuke those entries
echo "Add webadmin api client"