-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathoc.yaml
More file actions
97 lines (97 loc) · 3.31 KB
/
oc.yaml
File metadata and controls
97 lines (97 loc) · 3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
- bundle:
name: check_dut_config
description: Check DUT configuration for the testsuite
testsuites:
- load_dut_checks
- check_hw_band
- bundle:
name: check_cmd57
description: Check connection to CMD57
testsuites:
- cmd57_init
- tester_name
- tester_serial
- tester_version
- tester_options
- bundle:
name: bts_checks
scope: system
description: BTS general checks
testsuites:
- bts_connection
- bts_uname
# - umtrx_serial
# - umtrx_gps_time
# - bts_hw_model
# - bts_hw_band
# - bts_umtrx_ver
- test_id2
# - umtrx_reset_test
- configure_cmd57
- bundle:
name: tx_tests
testsuites:
- repeat:
args:
- CHAN: 0
# - CHAN: 1
bundle:
name: txr
scope: TRX{{CHAN}}
testsuites:
- connect_rf_to_cmd57:
- run_tch_sync:
abort_bundle_on_failure: True
args:
timeout: 150
# - enable_tch_loopback
- burst_power_avg:
abort_bundle_on_failure: True
- burst_power_array
- freq_error
- phase_err_array
- phase_err_pk
- phase_err_avg
- spectrum_modulation_offsets
- spectrum_modulation_tolerance_abs
- spectrum_modulation_tolerance_rel
- spectrum_modulation
- spectrum_modulation_match
- spectrum_switching_offsets
- spectrum_switching_tolerance_abs
- spectrum_switching_tolerance_rel
- spectrum_switching
- spectrum_switching_match
- repeat:
args:
- ber_used_ts_power: -60
ber_unused_ts_power: -20
- ber_used_ts_power: -70
ber_unused_ts_power: 15
bundle:
name: ber_tests
scope: TRX{{CHAN}}/BER{{ITER}}
testsuites:
- ber_configure
- ber_used_ts_power
- ber_unused_ts_power
- ber_frames_num
- ber_max_test_time
- ber_abort_condition
- ber_holdoff_time
- ber_limit_class_1b
- ber_max_class_1b_samples
- ber_limit_class_2
- ber_max_class_2_samples
- ber_limit_erased_frames
- ber_max_erased_frames_samples
- ber_test_result
- ber_class_1b_events
- ber_class_1b_ber
- ber_class_1b_rber
- ber_class_2_events
- ber_class_2_ber
- ber_class_2_rber
- ber_erased_events
- ber_erased_fer
- ber_crc_errors