xref: /aosp_15_r20/external/autotest/server/cros/pvs/example_criteria.textproto (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1criteria {
2    name_regex: "minutes_tested"
3    test_name: "power_LoadTest"
4    lower_bound: {
5        bound: 0
6    }
7    upper_bound: {
8        bound: 100
9    }
10}
11criteria {
12    name_regex: "wh_energy_.*"
13    lower_bound: {
14        bound: -10
15    }
16    upper_bound: {
17        bound: 80
18    }
19}