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

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


executor: {}