cmds/contest-generator/core-plugins.yml (17 lines of code) (raw):
targetmanagers:
- path: github.com/facebookincubator/contest/plugins/targetmanagers/targetlist
- path: github.com/facebookincubator/contest/plugins/targetmanagers/csvtargetmanager
testfetchers:
- path: github.com/facebookincubator/contest/plugins/testfetchers/literal
- path: github.com/facebookincubator/contest/plugins/testfetchers/uri
teststeps:
- path: github.com/facebookincubator/contest/plugins/teststeps/cmd
alias: ts_cmd
- path: github.com/facebookincubator/contest/plugins/teststeps/sshcmd
- path: github.com/facebookincubator/contest/plugins/teststeps/sleep
- path: github.com/facebookincubator/contest/plugins/teststeps/exec
- path: github.com/facebookincubator/contest/plugins/teststeps/echo
- path: github.com/facebookincubator/contest/plugins/teststeps/randecho
reporters:
- path: github.com/facebookincubator/contest/plugins/reporters/targetsuccess
- path: github.com/facebookincubator/contest/plugins/reporters/noop