Skip to content

Commit 2127abc

Browse files
authored
Merge pull request #44 from saheerb/cloud_example
make reference log file simple and generic to compare in CI
2 parents 9442d36 + 48ee4a3 commit 2127abc

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

tests/aws.log

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
[INFO][Main]: Connecting to the network...
2-
[INFO][Main]: Connection Success
3-
[INFO][TLSW]: Certificate verification passed
4-
[INFO][Main]: sending warning message: Warning: Only 10 second(s) left to say your name !
5-
[INFO][Main]: sending warning message: Warning: Only 9 second(s) left to say your name !
6-
[INFO][Main]: sending warning message: Warning: Only 8 second(s) left to say your name !
7-
[INFO][Main]: sending warning message: Warning: Only 7 second(s) left to say your name !
8-
[INFO][Main]: sending warning message: Warning: Only 6 second(s) left to say your name !
9-
[INFO][Main]: sending warning message: Warning: Only 5 second(s) left to say your name !
10-
[INFO][Main]: sending warning message: Warning: Only 4 second(s) left to say your name !
11-
[INFO][Main]: sending warning message: Warning: Only 3 second(s) left to say your name !
12-
[INFO][Main]: sending warning message: Warning: Only 2 second(s) left to say your name !
13-
[INFO][Main]: sending warning message: Warning: Only 1 second(s) left to say your name !
14-
[INFO][TLSW]: Closing TLS
15-
[INFO][Main]: Done
1+
Connecting to the network...
2+
Connection Success
3+
Certificate verification passed
4+
Message sent successfully
5+
Message received from the cloud
6+

0 commit comments

Comments
 (0)