Open ambouhou opened 10 months ago
Hi Malik, The issue you are having is due to the fact that you are using the default FLAVOUR that is hardcoded in the current version of the code (this will be configurable in the near future). You should change it to "Cybersec" in your case, to make use of the falvour created for your use case.
So the workaround to fix it, until the newer version is released in GitHub, should be modifying "nature" to "Cybersec" in: https://github.com/SovereignEdgeEU-COGNIT/device-runtime-py/blob/main/cognit/models/_prov_engine_client.py#L32
name: ERROR from "_prov_engine_client.py" & "serverless_runtime_context.py" about:
Current Behavior:
We are trying to use the example code available on the github to create a serverless runtime on the rise testbed and execute the example function (sum). We encounter several errors when running the "minimal_offload_sync.py" program:
Expected Behavior:
We expect to receive from the provisioning engine, that the serverlessruntime has been created and started. e.g:
We also expect to receive the result of the executed function. e.g :
Steps To Reproduce:
Environment: