-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.py
44 lines (34 loc) · 1.07 KB
/
Main.py
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
from Tests.Tests import *
from Tests.NBodyTest import *
from Tests.IntermediateTest import *
from Tests.SimulationRenderTest import *
from Tests.PubSub.PubSubTest import *
from Tests.Mobility.MobileServerTest import *
# import Tests.ChainTest
# Util.compile_ccn_lite()
# Util.compile_nfn_scala()
# Config.ccn_log_level = CCNLogLevel.Error
# Config.nfn_log_level = NFNLogLevel.Normal
# Log.level = LogLevel.Error
# TestSuite([EchoTest(), SimpleTest(), SerialTest(), SimulationTest()]).start()
# StopTest().start()
# EchoTest().start()
# SimpleTest().start()
# SerialTest().start()
# FetchContentTest().start()
# NestedTest().start()
# FetchServiceTest().start()
# ChunkTest().start()
# ChainTest().start()
# RedirectTest().start()
# SimulationTest().start()
# IntermediateTest().start()
# NBodyTest().start()
# UITest().start()
# SimulationRenderTest(enable_ui=True).start()
# AddToCacheTest().start()
# GetFromLocalCacheTest().start()
# PubSubTest().start()
MobileServerTest().start()
# Util.clean_output_folder()
# Util.write_binary_content("/node6/PubSubMsg/0", "testdata".encode())