9 Commits

Author SHA1 Message Date
Jonathan Boulle 9685f37575 *: adjust copyright header
Inspired by a similar change in the Kubernetes project [1], this changes
the copyright header to the more generic "The rkt Authors" rather than
"CoreOS, Inc.", which is only sometimes correct.

https://github.com/GoogleCloudPlatform/kubernetes/commit/6b3a6e6b983f967c88d14d26542ec6e30c49ebd3
2015-05-03 14:29:15 -07:00
Krzesimir Nowak 638a8f0b82 functional tests: Fix gofmt and go vet issues 2015-04-28 12:14:50 +02:00
Alban Crequy 2ad1473030 functional tests: add a test for non-root apps 2015-04-24 10:47:58 +02:00
Alban Crequy 6a45b922ae functional tests: rkt-enter: check environment variables
This tests that the "rkt enter" command get the environment variables
set in various ways:
- from the manifest
- from -set-env
- from -inherit-env

This is a regression test for https://github.com/coreos/rkt/issues/433

I would like this test merged before we start implementing the support
for starting non-root apps in https://github.com/coreos/rkt/issues/539
2015-04-21 10:26:04 +02:00
Alban Crequy 6334a1c273 functional tests: new test for rkt run -interactive
It contains a regression test for
https://github.com/coreos/rkt/issues/758

It tests whether a tty is given to the application.

It runs rkt with and without parameters on the command line.
2015-04-21 10:12:25 +02:00
Alban Crequy 85008374f2 functional tests: new tests for capabilities 2015-04-20 10:15:06 +02:00
Alban Crequy 71e77580da functional tests: new tests for volumes 2015-04-10 15:43:11 +02:00
Jonathan Boulle 3012ba3e6e tests: various cleanup to initial functional tests
- Create general tests/README.md describing current situation.
- Remove circle.yml for now until we have it working.
- Add copyright header to inspects.go
2015-04-09 18:09:36 -07:00
Alban Crequy 5d8e59659d functional tests: new implementation 2015-04-09 16:05:52 +02:00