-
Notifications
You must be signed in to change notification settings - Fork 4
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.
This shall preferably be testes twice, first with local builds, then with official ones!
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
...