blob: 1f2b4605cea638561df0ea6ae5e7bd4c73910dd6 [file] [log] [blame]
Yuli Shlosbergf59a2252018-03-21 11:14:08 +02001{
2 "name": "sanityApiTests",
3 "description": "Execute sanity api tests",
4 "json_class": "Chef::Role",
5 "default_attributes": {
6
7 },
8 "override_attributes": {
9
10 },
11 "chef_type": "role",
12 "run_list": [
13 "recipe[sdc-api-tests::sanityApiTests_1_setup_env]",
14 "recipe[sdc-api-tests::sanityApiTests_2_setup_configuration]",
15 "recipe[sdc-api-tests::sanityApiTests_3_sanity_execution]"
16 ],
17 "env_run_lists": {
18 }
19}
20