feat: QoSProfile component added:
- manifest added - debug in QoSProfile-related contextservice methods - debug in QoSProfile crud operations and changing id to string - Dockerfile added - integration tests added
Showing
- manifests/qos_profileservice.yaml 72 additions, 0 deletionsmanifests/qos_profileservice.yaml
- src/context/service/ContextServiceServicerImpl.py 2 additions, 2 deletionssrc/context/service/ContextServiceServicerImpl.py
- src/context/service/database/QoSProfile.py 32 additions, 10 deletionssrc/context/service/database/QoSProfile.py
- src/context/service/database/models/QoSProfile.py 1 addition, 7 deletionssrc/context/service/database/models/QoSProfile.py
- src/qos_profile/Config.py 14 additions, 0 deletionssrc/qos_profile/Config.py
- src/qos_profile/Dockerfile 76 additions, 0 deletionssrc/qos_profile/Dockerfile
- src/qos_profile/__init__.py 14 additions, 0 deletionssrc/qos_profile/__init__.py
- src/qos_profile/client/QoSProfileClient.py 82 additions, 0 deletionssrc/qos_profile/client/QoSProfileClient.py
- src/qos_profile/client/__init__.py 14 additions, 0 deletionssrc/qos_profile/client/__init__.py
- src/qos_profile/requirements.in 15 additions, 0 deletionssrc/qos_profile/requirements.in
- src/qos_profile/service/QoSProfileService.py 28 additions, 0 deletionssrc/qos_profile/service/QoSProfileService.py
- src/qos_profile/service/QoSProfileServiceServicerImpl.py 77 additions, 0 deletionssrc/qos_profile/service/QoSProfileServiceServicerImpl.py
- src/qos_profile/service/__init__.py 14 additions, 0 deletionssrc/qos_profile/service/__init__.py
- src/qos_profile/service/__main__.py 66 additions, 0 deletionssrc/qos_profile/service/__main__.py
- src/qos_profile/tests/.gitignore 1 addition, 0 deletionssrc/qos_profile/tests/.gitignore
- src/qos_profile/tests/__init__.py 14 additions, 0 deletionssrc/qos_profile/tests/__init__.py
- src/qos_profile/tests/conftest.py 23 additions, 0 deletionssrc/qos_profile/tests/conftest.py
- src/qos_profile/tests/test_crud.py 130 additions, 0 deletionssrc/qos_profile/tests/test_crud.py
Loading
Please register or sign in to comment