diff --git a/test/container-structure-test.yml b/test/container-structure-test.yml index 24ef86b..7e6bdb6 100644 --- a/test/container-structure-test.yml +++ b/test/container-structure-test.yml @@ -5,6 +5,11 @@ containerRunOptions: user: "analyticalplatform" commandTests: + - name: "ubuntu" + command: "grep" + args: ["DISTRIB_RELEASE", "/etc/lsb-release"] + expectedOutput: ["DISTRIB_RELEASE=22.04"] + - name: "whoami" command: "whoami" expectedOutput: ["analyticalplatform"]