What is the feature request? What problem does it solve?
We don't have any automated tests for the vdk server command. If we change something in control service or the server plugin, CI has no way to tell us if the vdk server command is still operational.
Acceptance criteria
- Create unit tests for the vdk-server plugin
- Create e2e tests for the
vdk server command
Additional context
For vdk server we have to check if vdk server -i, vdk server -u and vdk server status are working properly.
What is the feature request? What problem does it solve?
We don't have any automated tests for the
vdk servercommand. If we change something in control service or the server plugin, CI has no way to tell us if thevdk servercommand is still operational.Acceptance criteria
vdk servercommandAdditional context
For
vdk serverwe have to check ifvdk server -i,vdk server -uandvdk server statusare working properly.