Use full test suite on make test#783
Conversation
|
I don't think snifftest is needed anymore, it's all covered by integration test, so I tried to remove it in #785 WDYT? |
|
I'll respond in the issue. |
|
LGTM |
|
|
||
| localintegration: | ||
| localintegration: all | ||
| bats tests/integration${TESTFLAGS} |
There was a problem hiding this comment.
Would it be possible to always run this in TAP mode via -t while at it? Jenkins doesn't log very nicely the output otherwise.
|
@mlaventure I've updated it to use |
|
@cyphar Thanks, output is a lot more readable now! |
|
Are you okay with this @mrunalp @crosbymichael ? |
|
i got this when running locally after the unit test run |
|
@crosbymichael Are you running the tests as root? Also, there doesn't appear to be an error message in your output. |
|
@cyphar i thought it was supposed to run them in the container now so i'm just running |
Enable the full test suite to run on `make test`. They also all run inside a Docker container for maximum reproducibility. Signed-off-by: Aleksa Sarai <asarai@suse.de>
|
Ah, I see now that you were running |
|
LGTM |
Remove range limit
Enable the full test suite to run on
make test. They also all runinside a Docker container for maximum reproducibility.
Signed-off-by: Aleksa Sarai asarai@suse.de