summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/buildscripts_test.yml
blob: cb449733e114d0f5e2e7b74f5a382c01fcb2154a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test_kind: py_test

selector:
  roots:
  - buildscripts/tests/**/test_*.py
  - buildscripts/idl/tests/**/test_*.py
  exclude_files:
  - buildscripts/tests/resmokelib/test_selector.py # Test assumes POSIX path.
  - buildscripts/tests/resmokelib/utils/test_archival.py # Requires boto3.
  - buildscripts/tests/test_aws_ec2.py # Requires boto3.
  - buildscripts/tests/test_remote_operations.py # Requires ssh to be enabled locally.


executor: {}