Puppet Class: profile::toolforge::automated_tests
- Defined in:
- modules/profile/manifests/toolforge/automated_tests.pp
Summary
sets up the toolforge automated test suiteOverview
SPDX-License-Identifier: Apache-2.0
3 4 5 6 7 8 9 10 |
# File 'modules/profile/manifests/toolforge/automated_tests.pp', line 3
class profile::toolforge::automated_tests () {
include profile::toolforge::bastion::toolforge_cli
class { 'cmd_checklist_runner': }
class { 'toolforge::automated_toolforge_tests':
envvars => {},
}
}
|