On Wed, 2024-02-07 at 10:19 -0700, Dave Jiang wrote: > Add tests in cxl-qos-class.sh to verify qos_class are set with the fake > qos_class create by the kernel. Root decoders should have qos_class > attribute set. Memory devices should have ram_qos_class or pmem_qos_class > set depending on which partitions are valid.
It might be nice to also add a create-region test here to exercise the enforcement option. > > Signed-off-by: Dave Jiang <[email protected]> > --- > v5: > - Split out from cxl-topology.sh (Vishal) > --- > test/common | 4 +++ > test/cxl-qos-class.sh | 65 +++++++++++++++++++++++++++++++++++++++++++ > test/meson.build | 2 ++ > 3 files changed, 71 insertions(+) > create mode 100755 test/cxl-qos-class.sh >
