blob: 256d813fc451f5444dedefceeb58364625dfe7f7 [file] [log] [blame]
schemaVersion: "2.0.0"
fileExistenceTests:
- name: 'Python3'
path: '/opt/python3.6/bin/python3'
shouldExist: true
commandTests:
- name: 'python3-version'
command: 'python3'
args: ['-V']
expectedOutput: ['Python 3.6.*']
# This is failing in Debian9 base. Once resolved, move this test to
# container/common/rbe-base.yaml.
- name: 'check-curl'
command: 'curl'
args: ['--version']
expectedOutput: ['curl .* \(x86_64-pc-linux-gnu\).*']
metadataTest:
env:
- key: 'PATH'
value: '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/python3.6/bin:/usr/local/go/bin'