You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
Like in #50 we use Bash in CI to test such features as big file upload/download, but we should create a programmable test framework, which is capable of:
building the kernel module
loading/unloading the kernel module
control the kernel module
load wasm modules (proxywasm, rego, etc.)
start test severs/clients and make interactions with them to test features and correctness
Please briefly describe which alternatives, if any, have been considered, including merits of alternate approaches and
tradeoffs being made.
Additional Context
Please provide any other information that may be relevant.
The text was updated successfully, but these errors were encountered:
bonifaido
changed the title
Create a programmable test framework (possibly in Go), for testing the kernel module
Create a programmable test framework for testing the kernel module
Sep 5, 2023
bonifaido
changed the title
Create a programmable test framework for testing the kernel module
Create a reusable test framework for testing the kernel module (bats-core?)
Apr 22, 2024
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem Statement
Like in #50 we use Bash in CI to test such features as big file upload/download, but we should create a programmable test framework, which is capable of:
Proposed Solution
bats-core
Alternatives Considered
Please briefly describe which alternatives, if any, have been considered, including merits of alternate approaches and
tradeoffs being made.
Additional Context
Please provide any other information that may be relevant.
The text was updated successfully, but these errors were encountered: