mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Integration tests are only run on circle. They checkout the weave project, and use test helpers from there. There are just a few basic tests for now, to confirm it works.
11 lines
143 B
Bash
Executable File
11 lines
143 B
Bash
Executable File
#! /bin/bash
|
|
|
|
. ./config.sh
|
|
|
|
start_suite "Launch scope and check it boots"
|
|
|
|
scope_on $HOST1 launch
|
|
assert_raises "curl $HOST1:4040"
|
|
|
|
end_suite
|