Hey,
yesterday I tried to run all smoketests locally, which went fine so far, but miserably failed for VPP. This raised quite a few questions, as how I understood VPP is still a separate add-on and not installed by default, so why are smoketests for that run by default? Also, the failures all were caused by resource exhaustion, I’m not sure if it is about RAM or disk memory, the debug message says
DEBUG - Not enough free memory to start VPP: available: 1.1GB required: 3.2GB
So my question is, how can I resolve this? As we don’t rely (yet) on VPP, we do not really care, so we could skip these tests alltogether. To run the tests I calles make test
from within the docker build environment. If there is a straightforward way to get these running, I wouldn’t mind going that route as well, as I expect these tests to hold back an official rolling release as well. Or was I just unlucky to begin with and VPP is actually in a broken state in the repos right now?
Best regards