blob: 5d8c512eba83a960e4b8a2c7c2877559b4686db7 [file] [log] [blame]
schemaVersion: "1.0.0"
commandTests:
- name: 'path'
command: ['sh', '-c', 'echo $PATH']
expectedOutput: ['/usr/local/go/bin:/opt/python3.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin']
fileExistenceTests:
- name: 'Root'
isDirectory: true
path: '/'
shouldExist: true
- name: 'Clang'
isDirectory: false
path: '/usr/local/bin/clang'
shouldExist: true
- name: 'OpenJDK'
isDirectory: true
path: '/usr/lib/jvm/java-8-openjdk-amd64'
shouldExist: true
- name: 'Python2'
isDirectory: false
path: '/usr/bin/python2.7'
shouldExist: true
- name: 'Python3'
isDirectory: false
path: '/opt/python3.6/bin/python3'
shouldExist: true
- name: 'Golang'
isDirectory: false
path: '/usr/local/go/bin/go'
shouldExist: true
- name: 'sanitizer'
isDirectory: true
path: '/usr/local/lib/clang/6.0.0/include/sanitizer'
shouldExist: true
- name: 'sanitizer-allocator'
isDirectory: false
path: '/usr/local/lib/clang/6.0.0/include/sanitizer/allocator_interface.h'
shouldExist: true
- name: 'sanitizer-asan'
isDirectory: false
path: '/usr/local/lib/clang/6.0.0/include/sanitizer/asan_interface.h'
shouldExist: true
- name: 'sanitizer-common_defs'
isDirectory: false
path: '/usr/local/lib/clang/6.0.0/include/sanitizer/common_interface_defs.h'
shouldExist: true
- name: 'sanitizer-coverage'
isDirectory: false
path: '/usr/local/lib/clang/6.0.0/include/sanitizer/coverage_interface.h'
shouldExist: true
- name: 'sanitizer-dfsan'
isDirectory: false
path: '/usr/local/lib/clang/6.0.0/include/sanitizer/dfsan_interface.h'
shouldExist: true
- name: 'sanitizer-esan'
isDirectory: false
path: '/usr/local/lib/clang/6.0.0/include/sanitizer/esan_interface.h'
shouldExist: true
- name: 'sanitizer-linux_syscall_hooks'
isDirectory: false
path: '/usr/local/lib/clang/6.0.0/include/sanitizer/linux_syscall_hooks.h'
shouldExist: true
- name: 'sanitizer-lsan'
isDirectory: false
path: '/usr/local/lib/clang/6.0.0/include/sanitizer/lsan_interface.h'
shouldExist: true
- name: 'sanitizer-msan'
isDirectory: false
path: '/usr/local/lib/clang/6.0.0/include/sanitizer/msan_interface.h'
shouldExist: true
- name: 'sanitizer-tsan_atomic'
isDirectory: false
path: '/usr/local/lib/clang/6.0.0/include/sanitizer/tsan_interface_atomic.h'
shouldExist: true
- name: 'sanitizer-tsan'
isDirectory: false
path: '/usr/local/lib/clang/6.0.0/include/sanitizer/tsan_interface.h'
shouldExist: true