openshift-kni / cnf-features-deploy

Kustomize configs for installing CNF features and e2e functional tests for verifying feature deployment/integration
Apache License 2.0
59 stars 135 forks source link

DPDK test case 4.16.rc.0 cgroupv2 command cat /sys/fs/cgroup/cpuset/cpuset.cpus no longer works #1902

Closed gkopels closed 2 months ago

gkopels commented 5 months ago

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.

SchSeba commented 2 months ago

Fixed: https://github.com/openshift-kni/cnf-features-deploy/pull/1976

SchSeba commented 2 months ago

/close

openshift-ci[bot] commented 2 months ago

@SchSeba: Closing this issue.

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.