--- tiers: - name: samples order: 1 description: '' testcases: - case_name: first project_name: xtesting criteria: 100 blocking: true clean_flag: false description: '' run: module: 'xtesting.samples.first' class: 'Test' - case_name: second project_name: xtesting criteria: 100 blocking: true clean_flag: false description: '' run: module: 'xtesting.samples.second' class: 'Test' - case_name: third project_name: xtesting criteria: 100 blocking: true clean_flag: false description: '' run: module: 'xtesting.core.feature' class: 'BashFeature' args: cmd: 'echo -n Hello World; exit 0' - case_name: fourth project_name: xtesting criteria: 100 blocking: true clean_flag: false description: '' run: module: 'xtesting.core.unit' class: 'Suite' args: name: 'xtesting.samples.fourth' - case_name: fifth project_name: xtesting enabled: false criteria: 100 blocking: false clean_flag: false description: '' run: module: 'xtesting.core.robotframework' class: 'RobotFramework' args: suites: - /usr/lib/python2.7/site-packages/xtesting/samples/HelloWorld.txt variable: - 'var01:foo' - 'var02:bar'