summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/raw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The final `output_dir` pr (#76862)Matt Martz2022-01-274-7/+9
|
* update ActionBase._low_level_execute_command to honor executable (#68315)rwagnergit2020-04-223-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update ActionBase._low_level_execute_command to honor executable * adding changelog fragment * renaming changelog fragment to .yml * noop change to bump shippable * adding raw_executable integration test * copying aliases from raw * removing blank lines * skipping aix and freebsd * noop to bump shippable * moving tests to raw/ * removing become_method: sudo ; it doesn't work on AIX * removing trailing blank line * forcing become_method: su to try to get AIX to work Co-authored-by: Rob Wagner <rob.wagner@sas.com>
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-241-1/+1
| | | | | | | * Update Shippable integration test groups. * Update integration test group aliases. * Rebalance AWS and Azure tests with extra group. * Rebalance Windows tests with another group.
* Add integration test targets for core supported modules (#24217)jctanner2017-05-103-0/+86
A preliminary set of test targets for "core" supported module that had no independent tests. These will also help us ensure python3 compatibility for those modules and prevent future regressions.