-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput_ms3_stud.txt
130 lines (118 loc) · 4.15 KB
/
output_ms3_stud.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
Script started on Tue 26 Nov 2019 01:15:44 PM EST
[38;5;9mBegin Testing the Program!
--------------------------[0m
Command Line: ms3 Inventory1.dat Inventory2.dat CustomerOrders.dat AssemblyLine.dat
=======================
= Tasks (summary) =
=======================
CPU [123456]
Memory [654321]
GPU [056789]
SSD [987654]
Power Supply [147852]
=======================
= Tasks (full) =
=======================
CPU [123456] Quantity: 5 Description: Central Processing Unit
Memory [654321] Quantity: 10 Description: Basic Flash Memory
GPU [056789] Quantity: 7 Description: General Porcessing Unit
SSD [987654] Quantity: 5 Description: Solid State Drive
Power Supply [147852] Quantity: 20 Description: Basic AC Power Supply
=======================
= Manual Validation =
=======================
getName(): CPU
getSerialNumber(): 123456
getSerialNumber(): 123457
getQuantity(): 5
getQuantity(): 4
=======================
= Orders =
=======================
Elliott C. - Gaming PC
[000000] CPU - MISSING
[000000] Memory - MISSING
[000000] GPU - MISSING
[000000] GPU - MISSING
[000000] GPU - MISSING
[000000] SSD - MISSING
[000000] Power Supply - MISSING
Chris S. - Laptop
[000000] CPU - MISSING
[000000] Memory - MISSING
[000000] SSD - MISSING
[000000] Power Supply - MISSING
Mary-Lynn M. - Desktop PC
[000000] CPU - MISSING
[000000] Memory - MISSING
[000000] Power Supply - MISSING
Chris T. - Micro Controller
[000000] GPU - MISSING
[000000] GPU - MISSING
[000000] Power Supply - MISSING
[000000] SSD - MISSING
=======================
= Validate Tasks =
=======================
CPU --> GPU
Memory --> SSD
GPU --> Memory
SSD --> END OF LINE
Power Supply --> CPU
=======================
= Filling Orders =
=======================
Filled Elliott C., Gaming PC[Power Supply]
Filled Elliott C., Gaming PC[CPU]
Filled Chris S., Laptop[Power Supply]
Filled Chris S., Laptop[CPU]
Filled Elliott C., Gaming PC[GPU]
Filled Elliott C., Gaming PC[GPU]
Filled Elliott C., Gaming PC[GPU]
Filled Mary-Lynn M., Desktop PC[Power Supply]
Filled Mary-Lynn M., Desktop PC[CPU]
Filled Elliott C., Gaming PC[Memory]
Filled Chris T., Micro Controller[Power Supply]
Filled Chris S., Laptop[Memory]
Filled Elliott C., Gaming PC[SSD]
Filled Mary-Lynn M., Desktop PC[Memory]
Filled Chris T., Micro Controller[GPU]
Filled Chris T., Micro Controller[GPU]
Filled Chris S., Laptop[SSD]
Filled Chris T., Micro Controller[SSD]
=======================
= Completed Orders =
=======================
Elliott C. - Gaming PC
[123458] CPU - FILLED
[654321] Memory - FILLED
[056789] GPU - FILLED
[056790] GPU - FILLED
[056791] GPU - FILLED
[987654] SSD - FILLED
[147852] Power Supply - FILLED
Chris S. - Laptop
[123459] CPU - FILLED
[654322] Memory - FILLED
[987655] SSD - FILLED
[147853] Power Supply - FILLED
Mary-Lynn M. - Desktop PC
[123460] CPU - FILLED
[654323] Memory - FILLED
[147854] Power Supply - FILLED
Chris T. - Micro Controller
[056792] GPU - FILLED
[056793] GPU - FILLED
[147855] Power Supply - FILLED
[987656] SSD - FILLED
=======================
= Inventory (full) =
=======================
CPU [123461] Quantity: 1 Description: Central Processing Unit
Memory [654324] Quantity: 7 Description: Basic Flash Memory
GPU [056794] Quantity: 2 Description: General Porcessing Unit
SSD [987657] Quantity: 2 Description: Solid State Drive
Power Supply [147856] Quantity: 16 Description: Basic AC Power Supply
[38;5;9m------------------------
End Testing the Program![0m
Script done on Tue 26 Nov 2019 01:15:45 PM EST