When running the dpdk test cases on 4.16.rc-0 the dpdk cases retrieves the container cpu to run testpmd. The command used to find the cpu is cat /sys/fs/cgroup/cpuset/cpuset.cpus. This command no longer finds the cpu
cat: /sys/fs/cgroup/cpuset/cpuset.cpus: No such file or directory
This issue was talked about in the compute thread with an alternate command to use.
https://redhat-internal.slack.com/archives/C01BVG5JEA2/p1710854499144849?thread_ts=1710854086.990759&cid=C01BVG5JEA2
Most like the test needs to be modified to pull the cpu.
In response to [this](https://github.com/openshift-kni/cnf-features-deploy/issues/1902#issuecomment-2284163217):
>/close
Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
When running the dpdk test cases on 4.16.rc-0 the dpdk cases retrieves the container cpu to run testpmd. The command used to find the cpu is cat /sys/fs/cgroup/cpuset/cpuset.cpus. This command no longer finds the cpu cat: /sys/fs/cgroup/cpuset/cpuset.cpus: No such file or directory This issue was talked about in the compute thread with an alternate command to use. https://redhat-internal.slack.com/archives/C01BVG5JEA2/p1710854499144849?thread_ts=1710854086.990759&cid=C01BVG5JEA2
Most like the test needs to be modified to pull the cpu.