- We used to have this via PHPUnit on the Beta Cluster, but it flaked and we switched it off.
- We also used to have e.g. the AppArmor tests, but had to disable them.
- We re-enabled it as mock tests, testing the integration of the various WF components together, but now we're not testing that these mocks are actual reality.
- We should re-establish these tests (or something like them) as a suite of end-to-end tests.
- They shouldn't be browser tests (which are slow and flaky); we have those already, these should just hit the API.
- For some paths, e.g. the AppArmor ones, they may need to be authenticated as a user.
- Let's add this suite to the helm chart's test command for AW CI?
Description
Description
Event Timeline
Comment Actions
@gengh: This hasn't been triaged yet. Also, it's definitely not waiting for Gregory, is it?