PathComp component - Frontend:
- Corrected endpoint-to-link datastructure - Improved identification of config rules by device/endpoint uuid/name - Assumed links are unidirectional - Rewritten sub-serice computation logic to consider intermediate controllers - Rewritten method eropath_to_hops based on new endpoint-to-link datastructure - Minor bug resolutions - Updated test pathcomp temporary code
parent
79f603af
No related branches found
No related tags found
Showing
- src/pathcomp/frontend/service/algorithms/_Algorithm.py 11 additions, 5 deletionssrc/pathcomp/frontend/service/algorithms/_Algorithm.py
- src/pathcomp/frontend/service/algorithms/tools/ComposeConfigRules.py 17 additions, 5 deletions...p/frontend/service/algorithms/tools/ComposeConfigRules.py
- src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py 2 additions, 2 deletions...hcomp/frontend/service/algorithms/tools/ComposeRequest.py
- src/pathcomp/frontend/service/algorithms/tools/ComputeSubServices.py 36 additions, 134 deletions...p/frontend/service/algorithms/tools/ComputeSubServices.py
- src/pathcomp/frontend/service/algorithms/tools/EroPathToHops.py 14 additions, 16 deletions...thcomp/frontend/service/algorithms/tools/EroPathToHops.py
- src/pathcomp/frontend/service/algorithms/tools/ResourceGroups.py 94 additions, 0 deletions...hcomp/frontend/service/algorithms/tools/ResourceGroups.py
- src/pathcomp/frontend/service/algorithms/tools/ServiceTypes.py 53 additions, 0 deletions...athcomp/frontend/service/algorithms/tools/ServiceTypes.py
- test_pathcomp/ComputeSubServices.py 38 additions, 158 deletionstest_pathcomp/ComputeSubServices.py
- test_pathcomp/ResourceGroups.py 93 additions, 0 deletionstest_pathcomp/ResourceGroups.py
- test_pathcomp/ServiceTypes.py 53 additions, 0 deletionstest_pathcomp/ServiceTypes.py
- test_pathcomp/data.py 38 additions, 83 deletionstest_pathcomp/data.py
- test_pathcomp/old_ComputeSubServices.py 119 additions, 0 deletionstest_pathcomp/old_ComputeSubServices.py
Loading
Please register or sign in to comment