aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sos_tests.py
Commit message (Expand)AuthorAgeFilesLines
* [tests] search for fixed strings, not regexps, by defaultPavel Moravec2023-08-171-2/+7
* [tests] Allow tests to restrict execution architectureJake Hunsaker2023-05-021-0/+19
* [testing] Change location of mocked files for testsJake Hunsaker2023-01-121-11/+9
* Replace deprecated Logger.warn by Logger.warningPavel Moravec2023-01-111-1/+1
* [tests] Allow test suite to use locally installed sosJake Hunsaker2022-08-291-3/+8
* [teamd,tests] Add a test for teamd plugin and device enumerationJake Hunsaker2022-08-101-5/+15
* [tests] Increase default timeoutJake Hunsaker2022-07-011-1/+1
* [tests] Do not remove temp dirs from failed CI test runsJake Hunsaker2022-01-051-1/+2
* [tests] Enable verbosity by default for all testsJake Hunsaker2021-10-181-1/+1
* [cirrus] Upload logs from failed tests to GCE storage bucketJake Hunsaker2021-09-091-4/+24
* [tests] Allow StageTwo to place files with different namesJake Hunsaker2021-09-081-13/+29
* [tests] Allow entire test classes to be distro specificJake Hunsaker2021-08-101-0/+21
* [tests] Add test for cleaning and existing archiveJake Hunsaker2021-08-041-1/+24
* [tests] Catch unexpected exceptions that can't be inspectedJake Hunsaker2021-06-301-0/+3
* [tests] Make sos execution timeout configurableJake Hunsaker2021-06-301-1/+2
* [tests] Add tests to ensure help outputJake Hunsaker2021-06-221-0/+27
* [tests] Re-organize some features between base test classesJake Hunsaker2021-06-221-93/+108
* [Plugin] Add default journal collection for Plugin servicesJake Hunsaker2021-06-141-1/+5
* [tests] Add test for using `--encrypt-pass`Jake Hunsaker2021-06-031-2/+34
* [tests] Improve failed command reporting in test outputJake Hunsaker2021-05-261-1/+11
* [tests] Add test for priority parameter in add_cmd_output()Jake Hunsaker2021-05-241-0/+14
* [tests] Add integration testing for ForemanJake Hunsaker2021-05-131-26/+10
* [archive] Don't shell out for compressing the archiveJake Hunsaker2021-05-121-0/+9
* [tests] assertFileGlobInArchive should only fail if file is presentJake Hunsaker2021-05-051-4/+8
* [tests] Correct test package installationJake Hunsaker2021-05-051-3/+3
* [tests] Add test class for when exceptions are expected in an executionJake Hunsaker2021-05-031-6/+46
* [tests] Use re.search for assertOutput(Not)ContainsJake Hunsaker2021-04-281-2/+4
* [tests] Allow lists for plugin enablement assertionsJake Hunsaker2021-04-151-2/+8
* [tests] Add distro specific helper decoratorsJake Hunsaker2021-04-151-1/+12
* [tests] Set local distro in StageOne to allow distro-specific testsJake Hunsaker2021-04-151-8/+10
* [tests] Add a pre-setup setup method and smoke testsJake Hunsaker2021-04-151-0/+9
* [tests] Add StageTwoReportTest as a base test classJake Hunsaker2021-04-151-4/+214
* [tests] Start using avocado for test suiteJake Hunsaker2021-04-151-0/+490