Commit Graph

4 Commits

Author SHA1 Message Date
Hannes Hörl 1513093427 Integrate test framework tests properly
The test framework can now run properly with `go test` and we can remove
- our test wrapper
- special handling of tests for the test framewoek
2017-12-06 14:46:02 +00:00
Hannes Hörl 4d4026f5b0 Make the framework test bash3 compatible 2017-11-29 16:24:37 +00:00
Hannes Hörl 63de385c65 Add test option to run performance tests
Performance tests are now skipped by default, but run in CI.
2017-11-29 12:08:31 +00:00
Hannes Hörl 8988075dad Wire the test framework in to the demo tests
We're not exercising the test framework yet, but it's in place.

Our democli expects its test assets to be in `./assets/bin`. We have a
script `./scripts/download-binaries.sh` which will populate that directory
from a google storage bucket.

Once those assets are in place, you can run tests with
`./scripts/run-tests.sh`.
2017-11-29 12:08:29 +00:00