forked from nasa/fprime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.txt
91 lines (72 loc) · 3.21 KB
/
test.txt
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
Running test/ut/runtest_CYGWIN with output dir linux-cygwin-x86-ut-gnu-bin
test/ut/runtest_CYGWIN linux-cygwin-x86-ut-gnu-bin
Running /home/tcanham/source/isf/Svc/PrmDb/test/ut/linux-cygwin-x86-ut-gnu-bin/test_ut
[==========] Running 6 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 6 tests from ParameterDbTest
[ RUN ] ParameterDbTest.NominalPopulateTest
***************************************
TESTCASE 105.1.1: Nominal populate test
***************************************
***************************************
Write values to the parameter database and verify that they were written correctly
***************************************
***************************************
(RQ) ISF-PDB-003
***************************************
***************************************
(RQ) ISF-PDB-002
***************************************
[ OK ] ParameterDbTest.NominalPopulateTest (4 ms)
[ RUN ] ParameterDbTest.NominalFileSaveTest
***************************************
TESTCASE 105.1.2: Nominal file save test
***************************************
***************************************
Write values to the parameter database and save them to a file.
***************************************
***************************************
(RQ) ISF-PDB-004
***************************************
[ OK ] ParameterDbTest.NominalFileSaveTest (3 ms)
[ RUN ] ParameterDbTest.NominalFileLoadTest
***************************************
TESTCASE 105.1.3: Nominal file load test
***************************************
***************************************
Read values from the created file and verify they are correct.
***************************************
***************************************
(RQ) ISF-PDB-001
***************************************
[ OK ] ParameterDbTest.NominalFileLoadTest (4 ms)
[ RUN ] ParameterDbTest.PrmMissingExtraParamsTest
***************************************
TESTCASE 105.2.1: Missing and too many parameters test
***************************************
***************************************
Attempt to read a non-existent parameter and write too many parameters
***************************************
[ OK ] ParameterDbTest.PrmMissingExtraParamsTest (3 ms)
[ RUN ] ParameterDbTest.PrmFileReadError
***************************************
TESTCASE 105.2.2: File read errors
***************************************
***************************************
Induce errors at various stages of reading the file
***************************************
[ OK ] ParameterDbTest.PrmFileReadError (4 ms)
[ RUN ] ParameterDbTest.PrmFileWriteError
***************************************
TESTCASE 105.2.3: File write errors
***************************************
***************************************
Induce errors at various stages of writing the file
***************************************
[ OK ] ParameterDbTest.PrmFileWriteError (11 ms)
[----------] 6 tests from ParameterDbTest (29 ms total)
[----------] Global test environment tear-down
[==========] 6 tests from 1 test case ran. (29 ms total)
[ PASSED ] 6 tests.
make[1]: Leaving directory '/home/tcanham/source/isf/Svc/PrmDb'
12:24:11 Build Finished (took 6s.295ms)