Skip to content

Release Testing

Erik Jaegervall edited this page Feb 7, 2024 · 1 revision

Release testing is done for components in status Beta/production/stable/mature at https://github.com/eclipse/kuksa.val/wiki/KUKSA.val-Component-Maturity.

Docker

This shall preferably be testes twice, first with local builds, then with official ones!

SOMEIP

Alpha component, so we just test that it complains in an ordered fashion. No good test description exists

docker build -f Dockerfile --progress=plain --build-arg TARGETPLATFORM=linux/amd64 -t someip-provider:latest .

Local:

docker run -it --net=host someip-provider:latest

Global:

erik@debian3:~/kuksa.val.feeders/gps2val$ docker run -it --net=host ghcr.io/eclipse/kuksa.val.feeders/someip-feeder:0.4
...
2023-06-28 12:18:06.169767 [info] SOME/IP routing ready.
# ActuatorSubscriber::Run: [info] Not connected
# ActuatorSubscriber::Run: [info] Not connected
# DataBrokerFeeder::Run: [info] Connecting to data broker [localhost:55555] ...
# ActuatorSubscriber::Run: [info] Not connected
...
Clone this wiki locally