blob: 3ae0fb071d22c22225a17240aaf102d1a8434699 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
dovetail.example.tc003:
name: dovetail.example.tc003
objective: doing something useful
validate:
type: shell
testcase: "run shell22"
pre_condition:
cmds:
- "echo test2"
post_condition:
- ""
report:
sub_testcase_list:
|