Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIN_BUDGET definition in sel4test breaks test for TK1 #58

Open
lsf37 opened this issue Nov 30, 2021 · 0 comments
Open

MIN_BUDGET definition in sel4test breaks test for TK1 #58

lsf37 opened this issue Nov 30, 2021 · 0 comments
Labels

Comments

@lsf37
Copy link
Member

lsf37 commented Nov 30, 2021

We introduced a MIN_BUDGET test in b572953 which succeeded for everything tested at the time, but since then the TK1 board has come online.

The TK1 board is defined with a kernel WCET of 100 instead of 10 as most other boards, which affects MIN_BUDGET, which in turn means the MIN_BUDGET here in sel4test is out of sync with the one in seL4.

See eg here for a test failure log.

We either need to define this conditionally in sel4test, which is ugly, but which I will submit as a quick fix for now, or we need to properly export MIN_BUDGET so that sel4test can make use of the value directly.

@lsf37 lsf37 added the MCS label Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant