mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Also - Add test for clustering without weave. - Update test template for docker 1.8 - Prefetch images - Stop all containers when test finishes. - Add small sleep after weave launch, and supply all the hosts to ensure IPAM works correctly.
11 lines
166 B
Bash
Executable File
11 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
. ./config.sh
|
|
|
|
export PROJECT=scope-integration-tests
|
|
export TEMPLATE_NAME="test-template-3"
|
|
export NUM_HOSTS=2
|
|
. "$WEAVE_ROOT/test/gce.sh" "$@"
|