build.settings   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 12
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 12
rs 10
c 0
b 0
f 0
ccs 3
cts 3
cp 1
wmc 0
1
"""Settings for the Topology NApp."""
2
3
# Set this option to true if you need the topology with bi-directional links
4
# DISPLAY_FULL_DUPLEX_LINKS = True
5
6
# Time (in seconds) to wait before setting a link as up
7 1
LINK_UP_TIMER = 10
8
# Time (in seconds) to wait retrieve box from storehouse
9 1
BOX_RESTORE_TIMER = 0.1
10
# Time (in seconds) to wait before restore interfaces
11
INTERFACE_RESTORE_TIMER = 2
12