github.com/facebookincubator/ttpforge@v1.0.13-0.20240405153150-5ae801628835/example-ttps/tests/minimal-test-case.yaml (about) 1 --- 2 api_version: 2.0 3 uuid: 4d928e89-eddc-4efa-8f02-2a87e53d8cc9 4 name: Minimal Test Case Example for `tests:` Feature 5 description: | 6 This TTP illustrates the simplest possible valid test case 7 within its `tests:` section. When the tests for 8 this TTP are executed using the `ttpforge test` command, 9 the single test case `default` will be executed. This will 10 cause `ttpforge run` to be executed against this TTP 11 YAML file and the resulting exit status will be checked. 12 tests: 13 - name: default 14 steps: 15 - name: placeholder-step 16 print_str: "I am a placeholder to show off the `tests:` feature."