microsoft / confidential-aci-dashboard

A suite of user-facing system level testing for Confidential ACI
MIT License
0 stars 0 forks source link

Extract shared checking logic to c-aci-testing and split heavy_io workload #88

Open micromaomao opened 2 hours ago

micromaomao commented 2 hours ago

probably also give it a better name since 2/3 of the test scripts are not about IO

Maybe there's a separate work item here to implement the sleep 100s + curl test + check dmesg for keywords and print dmesg logic in c-aci-testing, so it doesn't have to be duplicated for every heavy_io workload (or in fact other workloads that also does curl testing, and also maybe we want to do dmesg checking on all the workloads? but that would require implementing the dmesg endpoint in the payload python server)

Originally posted by @micromaomao in https://github.com/microsoft/confidential-aci-dashboard/issues/83#issuecomment-2416628574