Requirements Summary | ||
---|---|---|
Count | Percentage | |
#Requirements | 14 | 100.0% |
Manual Requirements | 0 | 0.0% |
Manual & Auto Requirements | 0 | 0.0% |
Automated Requirements | 14 | 100.0% |
Invalid | 0 | 0.0% |
PASS | 14 | 100.0% |
FAIL | 0 | 0.0% |
Not tested | 0 | 0.0% |
Protocol Summary | ||
---|---|---|
Count | Percentage | |
#Protocols | 13 | 100.0% |
PASS | 13 | 100.0% |
FAIL | 0 | 0.0% |
TP-001: basic calls | Start date : 2025-05-29 11:31:44 MDT |
At: test_tp001_basic.py(37) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-004 | verify empty file is created | 0 | 0 | PASS | 2025-05-29 11:31:44 tester: auto test_tp001_basic.py(48) |
2 | SRS-004 | verify one line in file | 00:00.000 DBG line1 | 00:00.000 DBG line1 | PASS | 2025-05-29 11:31:44 tester: auto test_tp001_basic.py(61) |
3 | SRS-001 | verify line is held for max 1 second in queue | 00:00.000 DBG line2 | 00:00.000 DBG line2 | PASS | 2025-05-29 11:31:45 tester: auto test_tp001_basic.py(75) |
4 | N/A | verify line is held for max 1 second in queue | None | None | PASS | 2025-05-29 11:31:46 tester: auto None |
5 | SRS-001 | verify multiple term() are okay | 00:00.000 DBG line3 | 00:00.000 DBG line3 | PASS | 2025-05-29 11:31:46 tester: auto test_tp001_basic.py(95) |
6 | SRS-001 | verify no lines are okay | 0 | 0 | PASS | 2025-05-29 11:31:46 tester: auto test_tp001_basic.py(104) |
Req. | Desc. |
---|---|
SRS-001 | A log line shall be held in the queue at most for 1 second |
SRS-004 | if term() is called, every line remaining in the queue (if any) shall be printed to the file |
TP-002: elapsed time and prefix in log lines | Start date : 2025-05-29 11:31:47 MDT |
At: test_tp002_elapsed.py(36) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-007 SRS-008 |
verify logger functions | matches r'\s+DTS \d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d\.\d\d\d' | DTS 2025/05/29 11:31:47.202 | PASS | 2025-05-29 11:31:47 tester: auto test_tp002_elapsed.py(174) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
SRS-008 | The functions shall be able to have multiple arguments which are concatenated |
TP-003: prefix only in log lines | Start date : 2025-05-29 11:31:47 MDT |
At: test_tp003_prefix.py(36) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-007 SRS-008 |
verify logger functions with prefix only | matches r'DTS \d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d\.\d\d\d' | DTS 2025/05/29 11:31:47.698 | PASS | 2025-05-29 11:31:47 tester: auto test_tp003_prefix.py(158) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
SRS-008 | The functions shall be able to have multiple arguments which are concatenated |
TP-004: none mode (no elapsed time or prefix) in log lines | Start date : 2025-05-29 11:31:48 MDT |
At: test_tp004_none.py(36) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-007 SRS-008 |
verify logger functions | matches r'DTS \d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d\.\d\d\d' | DTS 2025/05/29 11:31:48.121 | PASS | 2025-05-29 11:31:48 tester: auto test_tp004_none.py(161) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
SRS-008 | The functions shall be able to have multiple arguments which are concatenated |
TP-005: standard calls | Start date : 2025-05-29 11:31:48 MDT |
At: test_tp005_standard_functions.py(36) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-006 | verify all standard logger functions | 00:00.000 CRIT critical | 00:00.000 CRIT critical | PASS | 2025-05-29 11:31:48 tester: auto test_tp005_standard_functions.py(56) |
Req. | Desc. |
---|---|
SRS-006 | The basic python logger functions shall be available |
TP-010: ut mode with elapsed | Start date : 2025-05-29 11:31:48 MDT |
At: test_tp010_ut_mode_elapsed_format.py(36) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-014 | verify ut mode with elapsed format generates appropriate UT lines | 00:00.000 CRIT critical | 00:00.000 CRIT critical | PASS | 2025-05-29 11:31:48 tester: auto test_tp010_ut_mode_elapsed_format.py(183) |
Req. | Desc. |
---|---|
SRS-014 | The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines |
TP-011: ut mode with prefix format | Start date : 2025-05-29 11:31:48 MDT |
At: test_tp011_ut_mode_prefix_format.py(36) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-013 SRS-014 |
verify ut mode with prefix format generates appropriate UT lines | CRIT critical | CRIT critical | PASS | 2025-05-29 11:31:48 tester: auto test_tp011_ut_mode_prefix_format.py(183) |
Req. | Desc. |
---|---|
SRS-013 | The ut mode with format 'prefix' shall display prefixes in ut lines |
SRS-014 | The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines |
TP-012: ut mode with none format | Start date : 2025-05-29 11:31:49 MDT |
At: test_tp012_ut_mode_none_format.py(36) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-013 SRS-014 SRS-015 |
verify ut mode with none format generates appropriate UT lines | critical | critical | PASS | 2025-05-29 11:31:49 tester: auto test_tp012_ut_mode_none_format.py(183) |
Req. | Desc. |
---|---|
SRS-013 | The ut mode with format 'prefix' shall display prefixes in ut lines |
SRS-014 | The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines |
SRS-015 | The ut mode with format 'none' shall not display prefixes or elapsed time in ut lines |
TP-016: ut mode with elapsed timing of DTS reported | Start date : 2025-05-29 11:31:49 MDT |
At: test_tp016_ut_elapsed_times.py(37) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-014 | verify ut mode with elapsed format generates correct elapsed times | 00:00.000 DBG dbg | 00:00.000 DBG dbg | PASS | 2025-05-29 11:31:49 tester: auto test_tp016_ut_elapsed_times.py(69) |
2 | SRS-007 | verify normal mode with elapsed format generates correct elapsed times | 00:00.000 DBG dbg | 00:00.000 DBG dbg | PASS | 2025-05-29 11:31:49 tester: auto test_tp016_ut_elapsed_times.py(109) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
SRS-014 | The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines |
TP-017: verbosity | Start date : 2025-05-29 11:31:50 MDT |
At: test_tp017_verbosity.py(36) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-007 SRS-008 SRS-009 |
verify all functions with verbosity still work | 00:00.000 EXCP division by zero | 00:00.000 EXCP division by zero | PASS | 2025-05-29 11:31:50 tester: auto test_tp017_verbosity.py(121) |
2 | SRS-008 SRS-009 |
verify all functions with verbosity still work in ut mode | 00:00.000 EXCP ZeroDivisionError: division by zero | 00:00.000 EXCP ZeroDivisionError: division by zero | PASS | 2025-05-29 11:31:50 tester: auto test_tp017_verbosity.py(209) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
SRS-008 | The functions shall be able to have multiple arguments which are concatenated |
SRS-009 | The logger shall be able to set verbosity |
TP-018: dot | Start date : 2025-05-29 11:31:50 MDT |
At: test_tp018_dot.py(37) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-007 | verify dot behaviors | less than 0.0001 | 3.218650817871094e-05 | PASS | 2025-05-29 11:31:50 tester: auto test_tp018_dot.py(90) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
TP-019: null mode | Start date : 2025-05-29 11:31:50 MDT |
At: test_tp019_null_mode.py(36) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-012 | verify null mode generates no files or UT lines | 0 | 0 | PASS | 2025-05-29 11:31:50 tester: auto test_tp019_null_mode.py(113) |
Req. | Desc. |
---|---|
SRS-012 | The mode argument shall allow a 'null' mode |
TP-020: invalid params | Start date : 2025-05-29 11:31:50 MDT |
At: test_tp020_bad_params.py(36) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-005 | verify max_entries must be greater than 0 | True | True | PASS | 2025-05-29 11:31:50 tester: auto test_tp020_bad_params.py(46) |
2 | SRS-002 | verify loop_delay must be 0.100 or greater | True | True | PASS | 2025-05-29 11:31:50 tester: auto test_tp020_bad_params.py(56) |
3 | SRS-002 | verify set_format | True | True | PASS | 2025-05-29 11:31:50 tester: auto test_tp020_bad_params.py(67) |
4 | SRS-011 | verify mode | True | True | PASS | 2025-05-29 11:31:51 tester: auto test_tp020_bad_params.py(77) |
5 | SRS-010 | verify set_max_dots | True | True | PASS | 2025-05-29 11:31:51 tester: auto test_tp020_bad_params.py(88) |
Req. | Desc. |
---|---|
SRS-002 | The loop_delay shall be 0.001s or greater |
SRS-005 | The max_entries argument shall be greater than 0 |
SRS-010 | The max_dots argument shall be greater than 0 |
SRS-011 | The mode argument shall allow a 'normal', 'ut', 'mock' or 'null' mode |
Req. Id | Protocol |
---|---|
SRS-001 (auto) |
Desc: A log line shall be held in the queue at most for 1 second TP-001 test_tp001_basic.py(68)
TP-001 test_tp001_basic.py(70)
TP-001 test_tp001_basic.py(73)
TP-001 test_tp001_basic.py(74)
TP-001 test_tp001_basic.py(75)
TP-001 test_tp001_basic.py(93)
TP-001 test_tp001_basic.py(94)
TP-001 test_tp001_basic.py(95)
TP-001 test_tp001_basic.py(104)
|
SRS-002 (auto) |
Desc: The loop_delay shall be 0.001s or greater TP-020 test_tp020_bad_params.py(55)
TP-020 test_tp020_bad_params.py(56)
TP-020 test_tp020_bad_params.py(66)
TP-020 test_tp020_bad_params.py(67)
|
SRS-004 (auto) |
Desc: if term() is called, every line remaining in the queue (if any) shall be printed to the file TP-001 test_tp001_basic.py(46)
TP-001 test_tp001_basic.py(48)
TP-001 test_tp001_basic.py(57)
TP-001 test_tp001_basic.py(59)
TP-001 test_tp001_basic.py(60)
TP-001 test_tp001_basic.py(61)
|
SRS-005 (auto) |
Desc: The max_entries argument shall be greater than 0 TP-020 test_tp020_bad_params.py(45)
TP-020 test_tp020_bad_params.py(46)
|
SRS-006 (auto) |
Desc: The basic python logger functions shall be available TP-005 test_tp005_standard_functions.py(50)
TP-005 test_tp005_standard_functions.py(51)
TP-005 test_tp005_standard_functions.py(52)
TP-005 test_tp005_standard_functions.py(53)
TP-005 test_tp005_standard_functions.py(54)
TP-005 test_tp005_standard_functions.py(55)
TP-005 test_tp005_standard_functions.py(56)
|
SRS-007 (auto) |
Desc: The logger functions shall be available TP-002 test_tp002_elapsed.py(99)
TP-002 test_tp002_elapsed.py(103)
TP-002 test_tp002_elapsed.py(105)
TP-002 test_tp002_elapsed.py(106)
TP-002 test_tp002_elapsed.py(107)
TP-002 test_tp002_elapsed.py(108)
TP-002 test_tp002_elapsed.py(109)
TP-002 test_tp002_elapsed.py(110)
TP-002 test_tp002_elapsed.py(111)
TP-002 test_tp002_elapsed.py(112)
TP-002 test_tp002_elapsed.py(113)
TP-002 test_tp002_elapsed.py(117)
TP-002 test_tp002_elapsed.py(118)
TP-002 test_tp002_elapsed.py(119)
TP-002 test_tp002_elapsed.py(120)
TP-002 test_tp002_elapsed.py(121)
TP-002 test_tp002_elapsed.py(125)
TP-002 test_tp002_elapsed.py(126)
TP-002 test_tp002_elapsed.py(127)
TP-002 test_tp002_elapsed.py(128)
TP-002 test_tp002_elapsed.py(129)
TP-002 test_tp002_elapsed.py(130)
TP-002 test_tp002_elapsed.py(131)
TP-002 test_tp002_elapsed.py(132)
TP-002 test_tp002_elapsed.py(136)
TP-002 test_tp002_elapsed.py(137)
TP-002 test_tp002_elapsed.py(138)
TP-002 test_tp002_elapsed.py(139)
TP-002 test_tp002_elapsed.py(140)
TP-002 test_tp002_elapsed.py(141)
TP-002 test_tp002_elapsed.py(143)
TP-002 test_tp002_elapsed.py(144)
TP-002 test_tp002_elapsed.py(145)
TP-002 test_tp002_elapsed.py(146)
TP-002 test_tp002_elapsed.py(147)
TP-002 test_tp002_elapsed.py(148)
|
SRS-007 (auto) (cont'd) |
Desc: The logger functions shall be available TP-002 test_tp002_elapsed.py(152)
TP-002 test_tp002_elapsed.py(153)
TP-002 test_tp002_elapsed.py(154)
TP-002 test_tp002_elapsed.py(155)
TP-002 test_tp002_elapsed.py(156)
TP-002 test_tp002_elapsed.py(157)
TP-002 test_tp002_elapsed.py(161)
TP-002 test_tp002_elapsed.py(162)
TP-002 test_tp002_elapsed.py(163)
TP-002 test_tp002_elapsed.py(164)
TP-002 test_tp002_elapsed.py(166)
TP-002 test_tp002_elapsed.py(167)
TP-002 test_tp002_elapsed.py(168)
TP-002 test_tp002_elapsed.py(169)
TP-002 test_tp002_elapsed.py(170)
TP-002 test_tp002_elapsed.py(174)
TP-003 test_tp003_prefix.py(95)
TP-003 test_tp003_prefix.py(98)
TP-003 test_tp003_prefix.py(99)
TP-003 test_tp003_prefix.py(100)
TP-003 test_tp003_prefix.py(101)
TP-003 test_tp003_prefix.py(102)
TP-003 test_tp003_prefix.py(103)
TP-003 test_tp003_prefix.py(104)
TP-003 test_tp003_prefix.py(105)
TP-003 test_tp003_prefix.py(106)
TP-003 test_tp003_prefix.py(110)
TP-003 test_tp003_prefix.py(111)
TP-003 test_tp003_prefix.py(112)
TP-003 test_tp003_prefix.py(113)
TP-003 test_tp003_prefix.py(114)
TP-003 test_tp003_prefix.py(118)
TP-003 test_tp003_prefix.py(119)
TP-003 test_tp003_prefix.py(120)
TP-003 test_tp003_prefix.py(121)
TP-003 test_tp003_prefix.py(122)
|
SRS-007 (auto) (cont'd) |
Desc: The logger functions shall be available TP-003 test_tp003_prefix.py(123)
TP-003 test_tp003_prefix.py(124)
TP-003 test_tp003_prefix.py(125)
TP-003 test_tp003_prefix.py(129)
TP-003 test_tp003_prefix.py(130)
TP-003 test_tp003_prefix.py(131)
TP-003 test_tp003_prefix.py(132)
TP-003 test_tp003_prefix.py(133)
TP-003 test_tp003_prefix.py(134)
TP-003 test_tp003_prefix.py(138)
TP-003 test_tp003_prefix.py(139)
TP-003 test_tp003_prefix.py(140)
TP-003 test_tp003_prefix.py(141)
TP-003 test_tp003_prefix.py(142)
TP-003 test_tp003_prefix.py(143)
TP-003 test_tp003_prefix.py(147)
TP-003 test_tp003_prefix.py(148)
TP-003 test_tp003_prefix.py(149)
TP-003 test_tp003_prefix.py(150)
TP-003 test_tp003_prefix.py(152)
TP-003 test_tp003_prefix.py(153)
TP-003 test_tp003_prefix.py(154)
TP-003 test_tp003_prefix.py(158)
TP-004 test_tp004_none.py(96)
TP-004 test_tp004_none.py(99)
TP-004 test_tp004_none.py(100)
TP-004 test_tp004_none.py(101)
TP-004 test_tp004_none.py(102)
TP-004 test_tp004_none.py(103)
TP-004 test_tp004_none.py(104)
TP-004 test_tp004_none.py(105)
TP-004 test_tp004_none.py(106)
TP-004 test_tp004_none.py(107)
TP-004 test_tp004_none.py(111)
TP-004 test_tp004_none.py(112)
TP-004 test_tp004_none.py(113)
|
SRS-007 (auto) (cont'd) |
Desc: The logger functions shall be available TP-004 test_tp004_none.py(114)
TP-004 test_tp004_none.py(115)
TP-004 test_tp004_none.py(119)
TP-004 test_tp004_none.py(120)
TP-004 test_tp004_none.py(121)
TP-004 test_tp004_none.py(122)
TP-004 test_tp004_none.py(123)
TP-004 test_tp004_none.py(124)
TP-004 test_tp004_none.py(125)
TP-004 test_tp004_none.py(126)
TP-004 test_tp004_none.py(130)
TP-004 test_tp004_none.py(131)
TP-004 test_tp004_none.py(132)
TP-004 test_tp004_none.py(133)
TP-004 test_tp004_none.py(134)
TP-004 test_tp004_none.py(135)
TP-004 test_tp004_none.py(139)
TP-004 test_tp004_none.py(140)
TP-004 test_tp004_none.py(141)
TP-004 test_tp004_none.py(142)
TP-004 test_tp004_none.py(143)
TP-004 test_tp004_none.py(144)
TP-004 test_tp004_none.py(148)
TP-004 test_tp004_none.py(149)
TP-004 test_tp004_none.py(150)
TP-004 test_tp004_none.py(151)
TP-004 test_tp004_none.py(153)
TP-004 test_tp004_none.py(154)
TP-004 test_tp004_none.py(155)
TP-004 test_tp004_none.py(156)
TP-004 test_tp004_none.py(157)
TP-004 test_tp004_none.py(161)
TP-016 test_tp016_ut_elapsed_times.py(98)
TP-016 test_tp016_ut_elapsed_times.py(103)
TP-016 test_tp016_ut_elapsed_times.py(104)
TP-016 test_tp016_ut_elapsed_times.py(105)
|
SRS-007 (auto) (cont'd) |
Desc: The logger functions shall be available TP-016 test_tp016_ut_elapsed_times.py(106)
TP-016 test_tp016_ut_elapsed_times.py(107)
TP-016 test_tp016_ut_elapsed_times.py(108)
TP-016 test_tp016_ut_elapsed_times.py(109)
TP-017 test_tp017_verbosity.py(97)
TP-018 test_tp018_dot.py(57)
TP-018 test_tp018_dot.py(58)
TP-018 test_tp018_dot.py(59)
TP-018 test_tp018_dot.py(60)
TP-018 test_tp018_dot.py(61)
TP-018 test_tp018_dot.py(62)
TP-018 test_tp018_dot.py(88)
TP-018 test_tp018_dot.py(90)
|
SRS-008 (auto) |
Desc: The functions shall be able to have multiple arguments which are concatenated TP-002 test_tp002_elapsed.py(113)
TP-003 test_tp003_prefix.py(106)
TP-004 test_tp004_none.py(107)
TP-017 test_tp017_verbosity.py(94)
TP-017 test_tp017_verbosity.py(184)
|
SRS-009 (auto) |
Desc: The logger shall be able to set verbosity TP-017 test_tp017_verbosity.py(98)
TP-017 test_tp017_verbosity.py(99)
TP-017 test_tp017_verbosity.py(105)
TP-017 test_tp017_verbosity.py(106)
TP-017 test_tp017_verbosity.py(107)
TP-017 test_tp017_verbosity.py(108)
TP-017 test_tp017_verbosity.py(114)
TP-017 test_tp017_verbosity.py(115)
TP-017 test_tp017_verbosity.py(116)
TP-017 test_tp017_verbosity.py(117)
TP-017 test_tp017_verbosity.py(118)
TP-017 test_tp017_verbosity.py(119)
TP-017 test_tp017_verbosity.py(121)
TP-017 test_tp017_verbosity.py(187)
TP-017 test_tp017_verbosity.py(188)
TP-017 test_tp017_verbosity.py(194)
TP-017 test_tp017_verbosity.py(195)
TP-017 test_tp017_verbosity.py(196)
TP-017 test_tp017_verbosity.py(197)
TP-017 test_tp017_verbosity.py(203)
TP-017 test_tp017_verbosity.py(204)
TP-017 test_tp017_verbosity.py(206)
TP-017 test_tp017_verbosity.py(207)
TP-017 test_tp017_verbosity.py(208)
TP-017 test_tp017_verbosity.py(209)
|
SRS-010 (auto) |
Desc: The max_dots argument shall be greater than 0 TP-020 test_tp020_bad_params.py(87)
TP-020 test_tp020_bad_params.py(88)
|
SRS-011 (auto) |
Desc: The mode argument shall allow a 'normal', 'ut', 'mock' or 'null' mode TP-020 test_tp020_bad_params.py(76)
TP-020 test_tp020_bad_params.py(77)
|
SRS-012 (auto) |
Desc: The mode argument shall allow a 'null' mode TP-019 test_tp019_null_mode.py(113)
|
SRS-013 (auto) |
Desc: The ut mode with format 'prefix' shall display prefixes in ut lines TP-011 test_tp011_ut_mode_prefix_format.py(112)
TP-011 test_tp011_ut_mode_prefix_format.py(118)
TP-011 test_tp011_ut_mode_prefix_format.py(119)
TP-011 test_tp011_ut_mode_prefix_format.py(120)
TP-011 test_tp011_ut_mode_prefix_format.py(121)
TP-011 test_tp011_ut_mode_prefix_format.py(122)
TP-011 test_tp011_ut_mode_prefix_format.py(123)
TP-011 test_tp011_ut_mode_prefix_format.py(124)
TP-011 test_tp011_ut_mode_prefix_format.py(125)
TP-011 test_tp011_ut_mode_prefix_format.py(126)
TP-011 test_tp011_ut_mode_prefix_format.py(129)
TP-011 test_tp011_ut_mode_prefix_format.py(130)
TP-011 test_tp011_ut_mode_prefix_format.py(131)
TP-011 test_tp011_ut_mode_prefix_format.py(132)
TP-011 test_tp011_ut_mode_prefix_format.py(133)
TP-011 test_tp011_ut_mode_prefix_format.py(136)
TP-011 test_tp011_ut_mode_prefix_format.py(137)
TP-011 test_tp011_ut_mode_prefix_format.py(138)
TP-011 test_tp011_ut_mode_prefix_format.py(139)
TP-011 test_tp011_ut_mode_prefix_format.py(140)
TP-011 test_tp011_ut_mode_prefix_format.py(141)
TP-011 test_tp011_ut_mode_prefix_format.py(142)
TP-011 test_tp011_ut_mode_prefix_format.py(143)
TP-011 test_tp011_ut_mode_prefix_format.py(146)
TP-011 test_tp011_ut_mode_prefix_format.py(147)
TP-011 test_tp011_ut_mode_prefix_format.py(148)
TP-011 test_tp011_ut_mode_prefix_format.py(149)
TP-011 test_tp011_ut_mode_prefix_format.py(150)
TP-011 test_tp011_ut_mode_prefix_format.py(151)
TP-011 test_tp011_ut_mode_prefix_format.py(155)
TP-011 test_tp011_ut_mode_prefix_format.py(156)
TP-011 test_tp011_ut_mode_prefix_format.py(157)
TP-011 test_tp011_ut_mode_prefix_format.py(159)
TP-011 test_tp011_ut_mode_prefix_format.py(162)
TP-011 test_tp011_ut_mode_prefix_format.py(163)
TP-011 test_tp011_ut_mode_prefix_format.py(164)
|
SRS-013 (auto) (cont'd) |
Desc: The ut mode with format 'prefix' shall display prefixes in ut lines TP-011 test_tp011_ut_mode_prefix_format.py(165)
TP-011 test_tp011_ut_mode_prefix_format.py(167)
TP-011 test_tp011_ut_mode_prefix_format.py(168)
TP-011 test_tp011_ut_mode_prefix_format.py(169)
TP-011 test_tp011_ut_mode_prefix_format.py(170)
TP-011 test_tp011_ut_mode_prefix_format.py(171)
TP-011 test_tp011_ut_mode_prefix_format.py(175)
TP-011 test_tp011_ut_mode_prefix_format.py(176)
TP-011 test_tp011_ut_mode_prefix_format.py(179)
TP-011 test_tp011_ut_mode_prefix_format.py(180)
TP-011 test_tp011_ut_mode_prefix_format.py(181)
TP-011 test_tp011_ut_mode_prefix_format.py(182)
TP-011 test_tp011_ut_mode_prefix_format.py(183)
TP-012 test_tp012_ut_mode_none_format.py(118)
TP-012 test_tp012_ut_mode_none_format.py(119)
TP-012 test_tp012_ut_mode_none_format.py(120)
TP-012 test_tp012_ut_mode_none_format.py(121)
TP-012 test_tp012_ut_mode_none_format.py(122)
TP-012 test_tp012_ut_mode_none_format.py(123)
TP-012 test_tp012_ut_mode_none_format.py(124)
TP-012 test_tp012_ut_mode_none_format.py(125)
TP-012 test_tp012_ut_mode_none_format.py(126)
TP-012 test_tp012_ut_mode_none_format.py(129)
TP-012 test_tp012_ut_mode_none_format.py(130)
TP-012 test_tp012_ut_mode_none_format.py(131)
TP-012 test_tp012_ut_mode_none_format.py(132)
TP-012 test_tp012_ut_mode_none_format.py(133)
TP-012 test_tp012_ut_mode_none_format.py(136)
TP-012 test_tp012_ut_mode_none_format.py(137)
TP-012 test_tp012_ut_mode_none_format.py(138)
TP-012 test_tp012_ut_mode_none_format.py(139)
TP-012 test_tp012_ut_mode_none_format.py(140)
TP-012 test_tp012_ut_mode_none_format.py(141)
TP-012 test_tp012_ut_mode_none_format.py(142)
TP-012 test_tp012_ut_mode_none_format.py(143)
TP-012 test_tp012_ut_mode_none_format.py(146)
|
SRS-013 (auto) (cont'd) |
Desc: The ut mode with format 'prefix' shall display prefixes in ut lines TP-012 test_tp012_ut_mode_none_format.py(147)
TP-012 test_tp012_ut_mode_none_format.py(148)
TP-012 test_tp012_ut_mode_none_format.py(149)
TP-012 test_tp012_ut_mode_none_format.py(150)
TP-012 test_tp012_ut_mode_none_format.py(151)
TP-012 test_tp012_ut_mode_none_format.py(155)
TP-012 test_tp012_ut_mode_none_format.py(156)
TP-012 test_tp012_ut_mode_none_format.py(157)
TP-012 test_tp012_ut_mode_none_format.py(159)
TP-012 test_tp012_ut_mode_none_format.py(162)
TP-012 test_tp012_ut_mode_none_format.py(163)
TP-012 test_tp012_ut_mode_none_format.py(164)
TP-012 test_tp012_ut_mode_none_format.py(165)
TP-012 test_tp012_ut_mode_none_format.py(167)
TP-012 test_tp012_ut_mode_none_format.py(168)
TP-012 test_tp012_ut_mode_none_format.py(169)
TP-012 test_tp012_ut_mode_none_format.py(170)
TP-012 test_tp012_ut_mode_none_format.py(171)
TP-012 test_tp012_ut_mode_none_format.py(175)
TP-012 test_tp012_ut_mode_none_format.py(176)
TP-012 test_tp012_ut_mode_none_format.py(179)
TP-012 test_tp012_ut_mode_none_format.py(180)
TP-012 test_tp012_ut_mode_none_format.py(181)
TP-012 test_tp012_ut_mode_none_format.py(182)
TP-012 test_tp012_ut_mode_none_format.py(183)
|
SRS-014 (auto) |
Desc: The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines TP-010 test_tp010_ut_mode_elapsed_format.py(112)
TP-010 test_tp010_ut_mode_elapsed_format.py(118)
TP-010 test_tp010_ut_mode_elapsed_format.py(119)
TP-010 test_tp010_ut_mode_elapsed_format.py(120)
TP-010 test_tp010_ut_mode_elapsed_format.py(121)
TP-010 test_tp010_ut_mode_elapsed_format.py(122)
TP-010 test_tp010_ut_mode_elapsed_format.py(123)
TP-010 test_tp010_ut_mode_elapsed_format.py(124)
TP-010 test_tp010_ut_mode_elapsed_format.py(125)
TP-010 test_tp010_ut_mode_elapsed_format.py(126)
TP-010 test_tp010_ut_mode_elapsed_format.py(129)
TP-010 test_tp010_ut_mode_elapsed_format.py(130)
TP-010 test_tp010_ut_mode_elapsed_format.py(131)
TP-010 test_tp010_ut_mode_elapsed_format.py(132)
TP-010 test_tp010_ut_mode_elapsed_format.py(133)
TP-010 test_tp010_ut_mode_elapsed_format.py(136)
TP-010 test_tp010_ut_mode_elapsed_format.py(137)
TP-010 test_tp010_ut_mode_elapsed_format.py(138)
TP-010 test_tp010_ut_mode_elapsed_format.py(139)
TP-010 test_tp010_ut_mode_elapsed_format.py(140)
TP-010 test_tp010_ut_mode_elapsed_format.py(141)
TP-010 test_tp010_ut_mode_elapsed_format.py(142)
TP-010 test_tp010_ut_mode_elapsed_format.py(143)
TP-010 test_tp010_ut_mode_elapsed_format.py(146)
TP-010 test_tp010_ut_mode_elapsed_format.py(147)
TP-010 test_tp010_ut_mode_elapsed_format.py(148)
TP-010 test_tp010_ut_mode_elapsed_format.py(149)
TP-010 test_tp010_ut_mode_elapsed_format.py(150)
TP-010 test_tp010_ut_mode_elapsed_format.py(151)
TP-010 test_tp010_ut_mode_elapsed_format.py(154)
TP-010 test_tp010_ut_mode_elapsed_format.py(155)
TP-010 test_tp010_ut_mode_elapsed_format.py(156)
TP-010 test_tp010_ut_mode_elapsed_format.py(157)
TP-010 test_tp010_ut_mode_elapsed_format.py(158)
TP-010 test_tp010_ut_mode_elapsed_format.py(159)
TP-010 test_tp010_ut_mode_elapsed_format.py(162)
|
SRS-014 (auto) (cont'd) |
Desc: The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines TP-010 test_tp010_ut_mode_elapsed_format.py(163)
TP-010 test_tp010_ut_mode_elapsed_format.py(164)
TP-010 test_tp010_ut_mode_elapsed_format.py(165)
TP-010 test_tp010_ut_mode_elapsed_format.py(167)
TP-010 test_tp010_ut_mode_elapsed_format.py(168)
TP-010 test_tp010_ut_mode_elapsed_format.py(169)
TP-010 test_tp010_ut_mode_elapsed_format.py(170)
TP-010 test_tp010_ut_mode_elapsed_format.py(171)
TP-010 test_tp010_ut_mode_elapsed_format.py(175)
TP-010 test_tp010_ut_mode_elapsed_format.py(176)
TP-010 test_tp010_ut_mode_elapsed_format.py(179)
TP-010 test_tp010_ut_mode_elapsed_format.py(180)
TP-010 test_tp010_ut_mode_elapsed_format.py(181)
TP-010 test_tp010_ut_mode_elapsed_format.py(182)
TP-010 test_tp010_ut_mode_elapsed_format.py(183)
TP-011 test_tp011_ut_mode_prefix_format.py(154)
TP-011 test_tp011_ut_mode_prefix_format.py(158)
TP-012 test_tp012_ut_mode_none_format.py(154)
TP-012 test_tp012_ut_mode_none_format.py(158)
TP-016 test_tp016_ut_elapsed_times.py(47)
TP-016 test_tp016_ut_elapsed_times.py(52)
TP-016 test_tp016_ut_elapsed_times.py(58)
TP-016 test_tp016_ut_elapsed_times.py(63)
TP-016 test_tp016_ut_elapsed_times.py(69)
|
SRS-015 (auto) |
Desc: The ut mode with format 'none' shall not display prefixes or elapsed time in ut lines TP-012 test_tp012_ut_mode_none_format.py(112)
|