Merge branch 'feat/context-service' into 'master'
Integrate initial release of Context service See merge request teraflow-h2020/controller!3
Showing
- src/context/proto/context_pb2_grpc.py 66 additions, 0 deletionssrc/context/proto/context_pb2_grpc.py
- src/context/requirements.in 6 additions, 0 deletionssrc/context/requirements.in
- src/context/run_integration_tests.sh 7 additions, 0 deletionssrc/context/run_integration_tests.sh
- src/context/run_unitary_tests.sh 7 additions, 0 deletionssrc/context/run_unitary_tests.sh
- src/context/service/ContextService.py 55 additions, 0 deletionssrc/context/service/ContextService.py
- src/context/service/ContextServiceServicerImpl.py 37 additions, 0 deletionssrc/context/service/ContextServiceServicerImpl.py
- src/context/service/__init__.py 0 additions, 0 deletionssrc/context/service/__init__.py
- src/context/service/__main__.py 52 additions, 0 deletionssrc/context/service/__main__.py
- src/context/tests/__init__.py 0 additions, 0 deletionssrc/context/tests/__init__.py
- src/context/tests/test_integration.py 24 additions, 0 deletionssrc/context/tests/test_integration.py
- src/context/tests/test_unitary.py 31 additions, 0 deletionssrc/context/tests/test_unitary.py
- src/context/tests/tools/ValidateTopology.py 6 additions, 0 deletionssrc/context/tests/tools/ValidateTopology.py
- src/context/tests/tools/__init__.py 0 additions, 0 deletionssrc/context/tests/tools/__init__.py
Loading