]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
add Scanner, UnitTestScanner, ValgrindScanner
authorVallari Agrawal <val.agl002@gmail.com>
Sat, 1 Oct 2022 11:16:52 +0000 (16:46 +0530)
committerVallari Agrawal <val.agl002@gmail.com>
Mon, 27 Nov 2023 16:25:41 +0000 (21:55 +0530)
commit5d8ce219f11706ce5cf0dfd33fb3383084ae7d89
tree03d96f7ba0f36f8f835b1587120b3e3919935903
parent2442239d2653456406c25ae0c71b689c8f2657b6
add Scanner, UnitTestScanner, ValgrindScanner

1. add 'run_unit_test' to Remote
2. create util/scanner.py
3. new exception: UnitTestError
4. add `lxml` dependency in setup.cfg

Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
requirements.txt
setup.cfg
teuthology/exceptions.py
teuthology/orchestra/remote.py
teuthology/orchestra/test/xml_files/test_scan_nose.xml [new file with mode: 0644]
teuthology/util/scanner.py [new file with mode: 0644]