summaryrefslogtreecommitdiff
path: root/hack/make/test-integration-cli
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo DEREPCATED -> DEPRECATED.Brett Randall2017-12-291-1/+1
* Cleanup test output, and binaries.Daniel Nephin2017-08-091-1/+3
* Remove test-integration-cli and references to it.Daniel Nephin2017-08-091-27/+2
* Add go-autogen to integration testsEli Uriegas2017-07-201-0/+1
* Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash"Tianon Gravi2017-02-131-1/+1
* Support interactive integration testing.Daniel Nephin2016-08-051-4/+1
* Prevent CI from getting stuck if shims are left aliveKenfe-Mickael Laventure2016-06-281-0/+13
* Add support for repeating integration testsTonis Tiigi2016-03-261-1/+1
* use per-check timeoutsBrian Goff2016-03-111-1/+1
* Remove timer and use -check.v for tests formattingAlexander Morozov2015-06-181-0/+1
* hack: explicit bundles for integration-cli prequisitesJörg Thalheim2015-06-091-5/+3
* Make "DEST" a make.sh construct instead of ad-hocTianon Gravi2015-05-301-2/+0
* Fix daemon start/stop logic in hack/make/* scriptsTianon Gravi2015-04-231-14/+4
* hack/make/test-integration-cli: introduce MAKEDIR variableJörg Thalheim2015-04-151-6/+6
* Move scripts back to hack/, leave docs in project/Tianon Gravi2015-03-131-0/+31
* Move 'hack' to the less confusing 'project'Solomon Hykes2014-11-091-46/+0
* Add Daemon test utilsTibor Vass2014-09-021-3/+5
* Fix hanging on tests failingAlexandr Morozov2014-05-191-1/+2
* Merge pull request #5464 from tianon/close-leftover-fdsMichael Crosby2014-04-301-0/+3
|\
| * Close extraneous file descriptors in containersTianon Gravi2014-04-291-0/+3
* | Use "docker load" to create "scratch" in hack/make/test-integration-cli (inst...Tianon Gravi2014-04-281-7/+1
|/
* Update some whitespace in hack/make/test-integration-cli for consistencyTianon Gravi2014-04-281-5/+5
* Fetch the "busybox" image source so we can build locally instead of pulling d...Tianon Gravi2014-04-141-1/+5
* cli integ: don't fetch busybox if it existsunclejack2014-04-131-1/+4
* Update bundlescripts to use "set -e" consistentlyTianon Gravi2014-04-091-2/+1
* Update test-integration-cli bundlescript for consistency with other bundlescr...Tianon Gravi2014-04-071-22/+27
* cli integration: fix wait raceunclejack2014-04-041-1/+1
* cli integration: allow driver selection via varsunclejack2014-04-041-1/+4
* integration-cli: pull busybox before runningunclejack2014-03-311-0/+4
* Small tweaks to the hack scripts to make them simplerTianon Gravi2014-03-291-16/+7
* initial version of cli integration testsunclejack2014-03-291-0/+37