Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Debian spread tests #74
Conversation
zyga
added some commits
Jul 7, 2016
niemeyer
reviewed
Jul 7, 2016
| @@ -0,0 +1,13 @@ | ||
| +summary: Check that hello-world.evil is confined |
niemeyer
Jul 7, 2016
What's actually being tested here? We're of course not very interested in hello world itself.
niemeyer
Jul 7, 2016
Reading the logic, this might be "Check that confinement works", and the test name might be "confined-blocked" or similar.
niemeyer
reviewed
Jul 7, 2016
| +restore: | | ||
| + snap remove hello-world | ||
| +execute: | | ||
| + cd / |
niemeyer
reviewed
Jul 7, 2016
| + cd / | ||
| + echo Run some hello-world stuff | ||
| + snap install hello-world | ||
| + hello-world.echo | grep Hello |
niemeyer
Jul 7, 2016
This test may be ported to use test-snapd-tools, which offers saner apps for this sort of testing. Rather than "evil", try to exercise the system in some way that is expected to break with "cat /foo", for example.
|
I'll close this for now. I will reopen it with new way to support Debian. |
zyga
closed this
Aug 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedJul 7, 2016
This patch just removes various blacklists that kept tests from running
on Jessie. Now that we have a Sid image we can run tests there.