diff options
author | Raphaël Hertzog <raphael@offensive-security.com> | 2020-09-25 11:49:13 +0200 |
---|---|---|
committer | Raphaël Hertzog <raphael@offensive-security.com> | 2020-09-25 11:49:13 +0200 |
commit | 4977733e981b5343be5e90c31f252c1960e6568f (patch) | |
tree | aba695a68f3377b96aa81d12c6fd87d383fa3355 | |
parent | c3968cf1c66a76872c528bf00e8a8556d06592c7 (diff) | |
download | vyos-live-build-4977733e981b5343be5e90c31f252c1960e6568f.tar.gz vyos-live-build-4977733e981b5343be5e90c31f252c1960e6568f.zip |
Document our autopkgtest tests as needing internet access
-rw-r--r-- | debian/tests/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control index 510b346ca..86aa2d278 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,7 +1,7 @@ Tests: build-default-image Depends: live-build, -Restrictions: needs-root, allow-stderr, +Restrictions: needs-root, allow-stderr, needs-internet Tests: build-kali-image Depends: live-build, git, ca-certificates, curl, -Restrictions: needs-root, allow-stderr, needs-recommends, flaky, +Restrictions: needs-root, allow-stderr, needs-recommends, flaky, needs-internet |