gvisor/runsc/cmd
Adin Scannell 67a2ab1438 Impose order on test scripts.
The simple test script has gotten out of control. Shard this script into
different pieces and attempt to impose order on overall test structure. This
change helps lay some of the foundations for future improvements.

 * The runsc/test directories are moved into just test/.
 * The runsc/test/testutil package is split into logical pieces.
 * The scripts/ directory contains new top-level targets.
 * Each test is now responsible for building targets it requires.
 * The install functionality is moved into `runsc` itself for simplicity.
 * The existing kokoro run_tests.sh file now just calls all (can be split).

After this change is merged,  I will create multiple distinct workflows for
Kokoro, one for each of the scripts currently targeted by `run_tests.sh` today,
which should dramatically reduce the time-to-run for the Kokoro tests, and
provides a better foundation for further improvements to the infrastructure.

PiperOrigin-RevId: 267081397
2019-09-03 22:02:43 -07:00
..
BUILD Impose order on test scripts. 2019-09-03 22:02:43 -07:00
boot.go Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
capability.go Update canonical repository. 2019-06-13 16:50:15 -07:00
capability_test.go Impose order on test scripts. 2019-09-03 22:02:43 -07:00
checkpoint.go Add Container/Sandbox args struct for creation 2019-06-18 14:46:49 -07:00
chroot.go Update canonical repository. 2019-06-13 16:50:15 -07:00
cmd.go Update canonical repository. 2019-06-13 16:50:15 -07:00
create.go Add Container/Sandbox args struct for creation 2019-06-18 14:46:49 -07:00
debug.go Allow to change logging options using 'runsc debug' 2019-06-24 15:03:02 -07:00
delete.go Update canonical repository. 2019-06-13 16:50:15 -07:00
delete_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
do.go Kill sandbox process when 'runsc do' exits 2019-06-18 15:36:17 -07:00
error.go Update canonical repository. 2019-06-13 16:50:15 -07:00
events.go Update canonical repository. 2019-06-13 16:50:15 -07:00
exec.go Always set SysProcAttr.Ctty to an FD in the child's FD table. 2019-06-26 11:27:31 -07:00
exec_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
gofer.go fsgopher: reopen files via /proc/self/fd 2019-06-24 21:44:27 -07:00
gofer_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
help.go Add introspection for Linux/AMD64 syscalls 2019-06-10 23:38:36 -07:00
install.go Impose order on test scripts. 2019-09-03 22:02:43 -07:00
kill.go Update canonical repository. 2019-06-13 16:50:15 -07:00
list.go Update canonical repository. 2019-06-13 16:50:15 -07:00
path.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pause.go Update canonical repository. 2019-06-13 16:50:15 -07:00
ps.go Update canonical repository. 2019-06-13 16:50:15 -07:00
restore.go Kill sandbox process when 'runsc do' exits 2019-06-18 15:36:17 -07:00
resume.go Update canonical repository. 2019-06-13 16:50:15 -07:00
run.go Kill sandbox process when 'runsc do' exits 2019-06-18 15:36:17 -07:00
spec.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
start.go Update canonical repository. 2019-06-13 16:50:15 -07:00
state.go Update canonical repository. 2019-06-13 16:50:15 -07:00
syscalls.go Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
wait.go Update canonical repository. 2019-06-13 16:50:15 -07:00