Chromium Code Reviews| Index: tools/variations/unittest_data/test_config.json |
| diff --git a/tools/variations/unittest_data/test_config.json b/tools/variations/unittest_data/test_config.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..58beff3c09daed5deea3b774b90269bcb784118c |
| --- /dev/null |
| +++ b/tools/variations/unittest_data/test_config.json |
| @@ -0,0 +1,14 @@ |
| +{ |
| + "TestStudy1": [ |
| + {"group_name": "TestGroup1"} |
| + ], |
| + "TestStudy2": [ |
| + { |
| + "group_name": "TestGroup2", |
| + "params": { |
| + "x": "1", |
| + "y": "2" |
| + } |
| + } |
| + ] |
| +} |