Enabling the reading of N and M value from the json request

For this commit only the first element from the {N, M} list is read
and assigned.

This is better than not reading this value at all.

the commit also updates test_files and test data files with correct
values for the effective_freq_slot attribute

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
Change-Id: I1e60fe833ca1092b40de27c8cbfb13083810414e
This commit is contained in:
EstherLerouzic
2020-10-29 13:55:02 +01:00
committed by Jan Kundrát
parent 9bf6ed953a
commit 7f7c568160
12 changed files with 113 additions and 94 deletions

View File

@@ -394,6 +394,7 @@ def test_excel_ila_constraints(source, destination, route_list, hoptype, expecte
'nb_channel': 0,
'power': 0,
'path_bandwidth': 0,
'effective_freq_slot': None
}
request = PathRequest(**params)