Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Remove failing license tests
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccasland committed Sep 23, 2021
1 parent 512ff8d commit 6f57ffc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions debian11/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,3 @@ metadataTest:
- key: PATH
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

licenseTests:
- debian: true
files:
2 changes: 2 additions & 0 deletions tests/debian/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ exports_files(glob(["*.yaml"]))

DEBIAN_MAP = {
9: "stretch",
10: "buster",
11: "bullseye",
}

[container_test(
Expand Down
6 changes: 6 additions & 0 deletions tests/debian/debian_11_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
schemaVersion: '2.0.0'
commandTests:
fileContentTests:
- name: 'Debian Sources Version'
expectedContents: ['bullseye']
path: '/etc/apt/sources.list'

0 comments on commit 6f57ffc

Please sign in to comment.