Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django from 1.5 to 1.11.29 #253

Closed
wants to merge 200 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
200 commits
Select commit Hold shift + click to select a range
923f6da
add create wrong subnet in vlan environment network
Oct 31, 2019
57f3264
add exception to creat subnet in vlan environment network
Oct 31, 2019
50444f2
Merge branch 'master' of https://github.com/treviza153/GloboNetworkAPI
Oct 31, 2019
3abf474
Merge pull request #1 from treviza153/master
treviza153 Oct 31, 2019
fcb86cb
add create wrong subnet in vlan environment network
Oct 31, 2019
4d3bec5
fix codesmells
Oct 31, 2019
f44caa9
fix NetworkEnvironmentError exception
Oct 31, 2019
8991847
add environment configuration exception
Oct 31, 2019
81849f8
Merge pull request #206 from treviza153/develop
Nov 4, 2019
ff3ab4d
add create wrong subnet in vlan environment network
Oct 31, 2019
1a6d03a
fix codesmells
Oct 31, 2019
8349b5b
fix NetworkEnvironmentError exception
Oct 31, 2019
6c13a42
add environment configuration exception
Oct 31, 2019
1e2b2c0
fix merge
Nov 11, 2019
73af872
Merge branch 'master' of https://github.com/globocom/GloboNetworkAPI …
Nov 12, 2019
aa2922c
crete encrypt func using bcrypt
Nov 12, 2019
b612879
update the encrypt key func
Nov 13, 2019
4d98dd5
create set and get cache func
Nov 13, 2019
2e99632
Merge branch 'master' into develop
treviza153 Nov 18, 2019
687c117
Merge pull request #216 from globocom/develop
Nov 18, 2019
6defc76
aplying caching in user login
Nov 18, 2019
efb2972
fix vlan environment search
Nov 18, 2019
fefa098
Insert a try except to avoid break while removing an unexisting flow
Nov 8, 2019
78c8039
Insert a try except to avoid break while removing an unexisting flow
Nov 8, 2019
8637d92
Revert "Insert a try except to avoid break while removing an unexisti…
Nov 8, 2019
33764d0
Revert "Insert a try except to avoid break while removing an unexisti…
Nov 8, 2019
91ffb3c
fix codesmells
Nov 18, 2019
e18493b
fix util of error_messages
Nov 18, 2019
f18d808
fix PEP8
Nov 18, 2019
ff3a8e6
adding feature flags for caching time
Nov 19, 2019
ccd8d1c
write better log message for encrypt token
Nov 19, 2019
25e9cde
Merge branch 'develop' of https://github.com/treviza153/GloboNetworkA…
Nov 25, 2019
17f2a34
refactor error messages and appcache functions
Nov 25, 2019
01b37b5
Merge pull request #217 from treviza153/develop
Nov 25, 2019
b09158b
Merge branch 'develop' of https://github.com/globocom/GloboNetworkAPI…
Nov 25, 2019
577045d
Merge branch 'develop' of https://github.com/globocom/GloboNetworkAPI…
Nov 25, 2019
eff7e4c
Merge branch 'treviza153-develop' into develop
Nov 25, 2019
2922de9
Merge pull request #218 from laurapanzariello/develop
Nov 25, 2019
c2d57b7
fix wrong lib for caching user authentication
Dec 5, 2019
6a6c610
reformating application flow
Dec 5, 2019
b8d286b
Merge branch 'develop' into develop
treviza153 Dec 5, 2019
7cba7b4
Merge pull request #219 from treviza153/develop
Dec 6, 2019
86a3f53
adding authapi in authentication process
Dec 10, 2019
53ad6f8
Merge branch 'master' into develop
treviza153 Jan 13, 2020
4c5e2b4
Merge pull request #221 from globocom/develop
treviza153 Jan 13, 2020
45a3134
Validate vlan name with no breakline and special characters for API o…
Jan 15, 2020
0e7d959
Validate VLAN name for don't allow breaklines and special characters …
Jan 15, 2020
e452e47
Creates EnvCIDR table
Jan 28, 2020
f5e2794
Merge branch 'develop' of https://github.com/globocom/GloboNetworkAPI…
Jan 28, 2020
2401200
fix env_cidr delete
Jan 29, 2020
974154d
alter table environment_cidr
Jan 30, 2020
a406e27
refactor the cidr get method
Jan 30, 2020
2fc73b4
disable environment V1
Jan 31, 2020
18b9372
exclude validate characters name for vlan
Jan 31, 2020
6bc4c16
exclude validate characters name for vlan
treviza153 Jan 31, 2020
03d515f
Merge branch 'ClearV1RouteEnv' of https://github.com/treviza153/Globo…
treviza153 Jan 31, 2020
1ba3384
Merge pull request #222 from treviza153/ClearV1RouteEnv
Feb 3, 2020
78f3d58
envcidr post tests
Feb 4, 2020
74191f4
fix cidr get
Feb 4, 2020
3c31fae
check if could save an invalid or duplicate cidr
Feb 5, 2020
6c0d1d3
check if the new cidr overlaps other cidr in the same environment
Feb 5, 2020
78f57dc
test delete one or more cidrs
Feb 5, 2020
37a3e84
test delete cidr by environment id
Feb 7, 2020
e7167c5
create get cidr test
Feb 7, 2020
015e74d
test update one cidr
Feb 10, 2020
12df4ad
test update a cidr with a duplicated network
Feb 10, 2020
f9303c8
Update EnvironmentListResource.py
treviza153 Feb 10, 2020
7bf4426
Update AmbienteResource.py
treviza153 Feb 10, 2020
980224b
Update EnvironmentGetByEquipResource.py
treviza153 Feb 10, 2020
8d7e466
test put cidr
Feb 11, 2020
8698a33
fix cidr tests
Feb 11, 2020
7249c6c
Merge branch 'develop' of https://github.com/globocom/GloboNetworkAPI…
Feb 11, 2020
86b4a9b
fix post environment with config
Feb 12, 2020
e8d62d2
fix sql file that load equipments objects
Feb 17, 2020
78cc526
update environment method to insert an env config into the cidr table
Feb 17, 2020
690a5e2
Force same Id at ipconfig and cidr tables
Feb 17, 2020
86f146c
Merge pull request #225 from laurapanzariello/master
treviza153 Feb 17, 2020
688e514
update environment method to edit an environment
Feb 17, 2020
19554f5
Merge branch 'master' into develop
Feb 17, 2020
1d0bbce
Creates EnvCIDR table
Jan 28, 2020
964d8e4
adding authapi in authentication process
Dec 10, 2019
1753afe
Validate vlan name with no breakline and special characters for API o…
Jan 15, 2020
6e9275e
Validate VLAN name for don't allow breaklines and special characters …
Jan 15, 2020
a04fbd8
disable environment V1
Jan 31, 2020
3aeacd6
exclude validate characters name for vlan
treviza153 Jan 31, 2020
8d8ef7c
Update EnvironmentListResource.py
treviza153 Feb 10, 2020
1191cd3
Update AmbienteResource.py
treviza153 Feb 10, 2020
cf55877
Update EnvironmentGetByEquipResource.py
treviza153 Feb 10, 2020
6df31eb
fix environment tests
Feb 17, 2020
ca5fd71
update environment method to delete an environment
Feb 17, 2020
67635a8
validate cidr json
Feb 17, 2020
0992713
save config on cidr table when create a new ipconfig
Feb 18, 2020
25849c5
check json when edit a cidr
Feb 18, 2020
bd98a90
Delete a cidr object when remove a ipconfig
Feb 18, 2020
8d3e768
fix travis
Feb 18, 2020
da6bd33
fix file path
Feb 18, 2020
ad6c46a
fix file path
Feb 18, 2020
0c2759f
fix file path
Feb 18, 2020
6cc162e
Merge pull request #224 from laurapanzariello/develop
Feb 18, 2020
b3f4afb
update lib version
Feb 19, 2020
5fdb91c
Merge pull request #227 from laurapanzariello/develop
Feb 19, 2020
0745da0
fix merge
treviza153 Feb 19, 2020
861e50e
adding authapi in authentication process
Dec 10, 2019
beb2bc1
Validate vlan name with no breakline and special characters for API o…
Jan 15, 2020
a89e764
Validate VLAN name for don't allow breaklines and special characters …
Jan 15, 2020
7258518
fix merge
treviza153 Feb 20, 2020
533a282
adding authapi in authentication process
Dec 10, 2019
9039632
Validate vlan name with no breakline and special characters for API o…
Jan 15, 2020
706d27d
Validate VLAN name for don't allow breaklines and special characters …
Jan 15, 2020
36b74cc
Creates EnvCIDR table
Jan 28, 2020
790dd8a
disable environment V1
Jan 31, 2020
9a4d706
exclude validate characters name for vlan
treviza153 Jan 31, 2020
fb3548d
Update EnvironmentListResource.py
treviza153 Feb 10, 2020
40906a1
fix merge
treviza153 Feb 20, 2020
2932ac9
fix merge
treviza153 Feb 20, 2020
611a251
fix merge
treviza153 Feb 20, 2020
67bac1f
Merge pull request #228 from treviza153/develop
Feb 27, 2020
0ab8d70
create dumping data for table environment_cidr
Mar 4, 2020
84d00ca
checks if network is a subnet of the father environment or overlaps a…
Mar 4, 2020
c502efe
fix autocreating ipv6 with creating vlan
treviza153 Mar 12, 2020
811a966
fix bug for Subnet Range
treviza153 Mar 13, 2020
5478725
Merge pull request #229 from treviza153/bugfix/AddIPV6withVlan
Mar 13, 2020
66d3330
Merge pull request #230 from treviza153/bugfix/RangeSubnet
Mar 13, 2020
727d39e
method to search next available subnet
Mar 16, 2020
d102dfe
create test_checkAvailableCIDR
Mar 16, 2020
1fb30f5
fix adding ipv6 with vlan
treviza153 Mar 19, 2020
4979b1a
fix SubnetRange for environment
treviza153 Mar 19, 2020
e7bd591
Merge pull request #231 from treviza153/master
Mar 19, 2020
848da47
test of Success to get the next available CIDR
Mar 20, 2020
13f4721
test search available subnet
Mar 23, 2020
a2aba02
get secret_key with a env var
treviza153 Mar 23, 2020
fae57bc
adding fix from ipv6 add
treviza153 Mar 23, 2020
0e42e5e
fix variable to control valid net
treviza153 Mar 23, 2020
3615dc3
Merge branch 'develop' into FixSettingsSecurity
treviza153 Mar 23, 2020
793c043
test allocate the first subnet of cidr
Mar 23, 2020
94cd368
Merge pull request #232 from treviza153/FixSettingsSecurity
Mar 23, 2020
d2fb9f7
Merge branch 'develop' of https://github.com/globocom/GloboNetworkAPI…
Mar 23, 2020
d5b7e13
fix environment tests
Mar 23, 2020
be11fbe
allocate a new subnet
Mar 25, 2020
c47fd9d
Merge pull request #233 from laurapanzariello/develop
Mar 25, 2020
d66e4ea
fix creating equip address
treviza153 Mar 30, 2020
9dfb77d
Merge pull request #234 from treviza153/bugfix/DeployIPv6Equip
Mar 31, 2020
eeb6888
Merge pull request #3 from treviza153/bugfix/DeployIPv6Equip
treviza153 Apr 1, 2020
586bb90
aplying security fix in master
treviza153 Apr 1, 2020
12d1347
Merge pull request #235 from treviza153/master
treviza153 Apr 2, 2020
ff5546b
filter the cidr of the father environment by the type of ip
Apr 3, 2020
33356f3
Merge branch 'develop' of https://github.com/globocom/GloboNetworkAPI…
Apr 3, 2020
331aba6
set serializer to get config from cidr
Apr 8, 2020
9a4b507
adding authapi in authentication process
treviza153 Apr 9, 2020
68c0841
adding vlan name special character verification and fix PEP8 from files
treviza153 Apr 9, 2020
56785d3
Merge pull request #237 from treviza153/master
Apr 9, 2020
af65353
fix environments tests - put
Apr 9, 2020
bf494ac
fix environments tests - post
Apr 13, 2020
7f83c58
fix cidr tests
Apr 13, 2020
ab41df4
fix test test_create_networkv4_by_zero
Apr 15, 2020
daf1a03
fix test - test_create_networkv6_by_zero
Apr 15, 2020
75037d4
fix tests - cidr, networkv4 and networkv6
Apr 16, 2020
dc1066c
fix tests - cidr
Apr 16, 2020
8fd32a4
Merge pull request #236 from laurapanzariello/develop
treviza153 Apr 17, 2020
c48e688
allow underscore in vlan name
treviza153 Apr 28, 2020
aea3f5d
Merge pull request #238 from treviza153/master
treviza153 Apr 28, 2020
c76c363
Merge branch 'develop' into master
treviza153 Apr 28, 2020
082e5d3
Merge pull request #239 from treviza153/master
treviza153 Apr 28, 2020
a0827fc
Allow underscore in vlan name - models
treviza153 Apr 29, 2020
57f5811
Allow underscore in vlan name - models
treviza153 Apr 29, 2020
94651d3
Merge pull request #240 from treviza153/master
treviza153 Apr 29, 2020
fa08a57
Merge pull request #241 from treviza153/develop
treviza153 Apr 29, 2020
51e8248
Changing the way to catch ssl certificate for use AuthAPI
treviza153 Apr 30, 2020
4bed2f2
Changing the way to catch ssl certificate for use AuthAPI
treviza153 Apr 30, 2020
098aad3
Merge branch 'develop' of github.com:treviza153/GloboNetworkAPI into …
treviza153 May 5, 2020
9fbda5f
Changing the way to catch ssl certificate for use AuthAPI
treviza153 Apr 30, 2020
cbe75f3
Merge branch 'develop' of github.com:treviza153/GloboNetworkAPI into …
treviza153 May 5, 2020
404d5da
Changing the way to catch ssl certificate for use AuthAPI
treviza153 Apr 30, 2020
4ea90d5
Merge branch 'develop' of github.com:treviza153/GloboNetworkAPI into …
treviza153 May 5, 2020
7ac73fe
Merge pull request #242 from treviza153/develop
May 5, 2020
a7b4fad
fix util
May 5, 2020
6783c41
Change authentication process from AuthAPI
treviza153 May 7, 2020
3cb3608
Merge pull request #243 from treviza153/develop
May 7, 2020
bbb313a
organizing authapi method and create class for cache user
treviza153 May 8, 2020
f5e4d7a
finishing cache user class
treviza153 May 8, 2020
ec0a0ab
aplying cache user methods in authentication
treviza153 May 8, 2020
d668057
Merge branch 'develop' of https://github.com/globocom/GloboNetworkAPI…
May 12, 2020
018ca7f
Merge pull request #244 from laurapanzariello/develop
May 12, 2020
b4d5030
change the authapi app flow
treviza153 May 13, 2020
d756683
change get_by_authapi docstring
treviza153 May 13, 2020
f3e7d04
Changing cache_user app flow
treviza153 May 13, 2020
2ab4986
finishing changing the authentication app flow
treviza153 May 14, 2020
e5070ed
Merge pull request #245 from globocom/develop
May 14, 2020
0192626
Merge pull request #246 from treviza153/develop
May 18, 2020
448e877
fix query for cache user
treviza153 May 18, 2020
4a7048c
tke off password encode for cache user
treviza153 May 18, 2020
dfe7ffd
Merge pull request #247 from treviza153/develop
May 18, 2020
4294114
Refactoring authentication process
treviza153 May 21, 2020
cdc4ba8
Merge pull request #249 from treviza153/master
May 21, 2020
ecf0c7c
fix network allocate
May 25, 2020
f04e3e4
Merge pull request #250 from laurapanzariello/master
treviza153 May 25, 2020
011a71f
fix network allocate
May 25, 2020
bb93df4
Checking prefix for the network
treviza153 May 27, 2020
155bd38
Merge pull request #252 from treviza153/bugfix/CheckPrefix
treviza153 Jun 2, 2020
c971f9f
Bump django from 1.5 to 1.11.29
dependabot[bot] Jun 5, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
#-*- coding:utf-8 -*-
SQL_UP = u"""

CREATE TABLE `environment_cidr` (
`id` INT NOT NULL AUTO_INCREMENT,
`id_network_type` INT(10) UNSIGNED NOT NULL,
`id_env` INT(10) UNSIGNED NOT NULL,
`network_first_ip` varchar(40) NOT NULL,
`network_last_ip` varchar(40) NOT NULL,
`network_mask` varchar(3) NOT NULL,
`ip_version` enum('v6','v4') NOT NULL,
`subnet_mask` varchar(3) NOT NULL,
PRIMARY KEY (`id`));

ALTER TABLE `environment_cidr`
ADD INDEX `fk_environment_cidr_fk1_idx` (`id_network_type` ASC) COMMENT '',
ADD INDEX `fk_environment_cidr_fk2_idx` (`id_env` ASC) COMMENT '';

ALTER TABLE `environment_cidr`
ADD CONSTRAINT `fk_environment_cidr_fk1`
FOREIGN KEY (`id_network_type`)
REFERENCES `tipo_rede` (`id_tipo_rede`)
ON DELETE NO ACTION
ON UPDATE NO ACTION,
ADD CONSTRAINT `fk_environment_cidr_fk2`
FOREIGN KEY (`id_env`)
REFERENCES `ambiente` (`id_ambiente`)
ON DELETE NO ACTION
ON UPDATE NO ACTION;

"""

SQL_DOWN = u"""

ALTER TABLE `environment_cidr`
DROP FOREIGN KEY `fk_environment_cidr_fk1`,
DROP FOREIGN KEY `fk_environment_cidr_fk2`;

ALTER TABLE `environment_cidr`
DROP INDEX `fk_environment_cidr_fk1_idx` ,
DROP INDEX `fk_environment_cidr_fk2_idx` ;

DROP TABLE `environment_cidr`;

"""
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#-*- coding:utf-8 -*-
SQL_UP = u"""
ALTER TABLE `environment_cidr`
ADD COLUMN `network` varchar(44) NOT NULL;

"""

SQL_DOWN = u"""
ALTER TABLE `environment_cidr`
DROP COLUMN `network`;

"""
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#-*- coding:utf-8 -*-
SQL_UP = u"""
ALTER TABLE `environment_cidr`
ADD UNIQUE KEY `cidr_uni` (`id_env`,`network`);

"""

SQL_DOWN = u"""
ALTER TABLE `environment_cidr`
DROP UNIQUE KEY `cidr_uni`;

"""

98 changes: 69 additions & 29 deletions dev/load_example_environment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,46 @@ VALUES
17, 13, 17
)
;
-- Dumping data for table `environment_cidr`
INSERT INTO
`environment_cidr` (id, network, subnet_mask, ip_version, id_network_type, id_env, network_first_ip, network_last_ip, network_mask)
VALUES
(
5, '10.0.1.0/28', '28', 'v4', 2, 1, 167772416, 167772431, 28
)
,
(
10, '10.42.0.0/24', '24', 'v4', 2, 1, 170524672, 170524927, 24
)
,
(
11, '192.168.104.0/22', '27', 'v4', 2, 9, 3232262144, 3232263167, 22
)
,
(
12, 'fdbe:bebe:bebe:11c0:0000:0000:0000:0000/58', '64', 'v6', 2, 9, 337285088106912836215476086841679020032, 337285088106912837396067707559090323455, 58
)
,
(
13, '10.237.128.0/18', '28', 'v4', 2, 10, 183336960, 183353343, 18
)
,
(
14, 'fdbe:bebe:bebe:1200:0:0:0:0/57', '64', 'v6', 2, 10, 337285088106912837396067707559090323456, 337285088106912839757250948993912930303, 57
)
,
(
15, '10.16.0.0/16', '24', 'v4', 2, 11, 168820736, 168886271, 16
)
,
(
16, '10.0.0.0/16', '24', 'v4', 2, 12, 167772160, 167837695, 16
)
,
(
17, '10.1.0.0/16', '24', 'v4', 2, 13, 167837696, 167903231, 16
)
;
-- Dumping data for table `vlans`
INSERT INTO
`vlans` (id_vlan, nome, num_vlan, id_ambiente, descricao, acl_file_name, acl_valida, ativada, acl_file_name_v6, acl_valida_v6, acl_draft, acl_draft_v6, vrf)
Expand Down Expand Up @@ -762,39 +802,39 @@ INSERT INTO
`equipamentos` (id_equip, id_tipo_equipamento, id_modelo, nome, maintenance)
VALUES
(
1, 1, 1, 'Switch R1', 0
1, 1, 1, 'SWITCH-R1', 0
)
,
(
2, 1, 1, 'Switch R2', 0
2, 1, 1, 'SWITCH-R2', 0
)
,
(
3, 1, 1, 'Switch R3', 0
3, 1, 1, 'SWITCH-R3', 0
)
,
(
4, 1, 1, 'Switch B1', 0
4, 1, 1, 'SWITCH-B1', 0
)
,
(
5, 1, 1, 'Switch B2', 0
5, 1, 1, 'SWITCH-B2', 0
)
,
(
6, 1, 1, 'Switch B3', 0
6, 1, 1, 'SWITCH-B3', 0
)
,
(
7, 1, 1, 'Switch 01', 0
7, 1, 1, 'SWITCH-01', 0
)
,
(
8, 1, 1, 'Switch 02', 0
8, 1, 1, 'SWITCH-02', 0
)
,
(
9, 1, 1, 'Switch 03', 0
9, 1, 1, 'SWITCH-03', 0
)
,
(
Expand All @@ -806,67 +846,67 @@ VALUES
)
,
(
12, 3, 1, 'Router', 0
12, 3, 1, 'ROUTER', 0
)
,
(
13, 2, 1, 'Server S1', 0
13, 2, 1, 'SERVER-S1', 0
)
,
(
14, 2, 1, 'Server P1', 0
14, 2, 1, 'SERVER-P1', 0
)
,
(
15, 2, 1, 'Server P2', 0
15, 2, 1, 'SERVER-P2', 0
)
,
(
16, 2, 1, 'Server P3', 0
16, 2, 1, 'SERVER-P3', 0
)
,
(
17, 2, 1, 'Server P4', 0
17, 2, 1, 'SERVER-P4', 0
)
,
(
18, 2, 1, 'Server P5', 0
18, 2, 1, 'SERVER-P5', 0
)
,
(
19, 5, 1, 'Load-Balancer', 0
19, 5, 1, 'LOAD-BALANCER', 0
)
,
(
20, 2, 1, 'Server Space 1', 0
20, 2, 1, 'SERVER-SPACE-1', 0
)
,
(
21, 2, 1, 'Server Space 2', 0
21, 2, 1, 'SERVER-SPACE-2', 0
)
,
(
22, 1, 1, 'TOR 1 Space 1', 0
22, 1, 1, 'TOR-1-SPACE-1', 0
)
,
(
23, 1, 1, 'TOR 2 Space 1', 0
23, 1, 1, 'TOR-2-SPACE-1', 0
)
,
(
24, 1, 1, 'TOR 1 Space 2', 0
24, 1, 1, 'TOR-1-SPACE-2', 0
)
,
(
25, 1, 1, 'TOR 2 Space 2', 0
25, 1, 1, 'TOR-2-SPACE-2', 0
)
,
(
26, 3, 1, 'Fabric router 0', 0
26, 3, 1, 'FABRIC-ROUTER-0', 0
)
,
(
27, 3, 1, 'Fabric router 1', 0
27, 3, 1, 'FABRIC-ROUTER-1', 0
)
;

Expand Down Expand Up @@ -1013,23 +1053,23 @@ VALUES
)
,
(
2, 2, 0, 168, 192, 'Router', 1
2, 2, 0, 168, 192, 'ROUTER', 1
)
,
(
3, 1, 1, 168, 192, 'Router', 2
3, 1, 1, 168, 192, 'ROUTER', 2
)
,
(
4, 2, 1, 168, 192, 'SR2', 2
)
,
(
5, 6, 0, 16, 172, 'Server S1', 3
5, 6, 0, 16, 172, 'SERVER-S1', 3
)
,
(
6, 6, 0, 0, 10, 'Server S1', 4
6, 6, 0, 0, 10, 'SERVER-S1', 4
)
,
(
Expand Down
2 changes: 2 additions & 0 deletions fast_start_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

pip install -r requirements_test.txt

echo "exporting NETWORKAPI_DEBUG"
export NETWORKAPI_LOG_QUEUE=0

Expand Down
Loading