Skip to content

Commit

Permalink
Add missing 23.11 dpdk version to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed May 9, 2024
1 parent 70ddbb8 commit 1039536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/do-test-build-dpdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ while [[ $# -gt 0 ]]; do
dpdk_versions=()
key="$1"
case $key in
dpdk-16.11.11|dpdk-17.11.10|dpdk-18.11.11|dpdk-19.11.13|dpdk-20.11.6|dpdk-21.11.2|dpdk-22.07)
dpdk-16.11.11|dpdk-17.11.10|dpdk-18.11.11|dpdk-19.11.13|dpdk-20.11.6|dpdk-21.11.2|dpdk-22.07|dpdk-23.11)
dpdk_versions+=("$key.tar.xz")
;;
*)
Expand Down

0 comments on commit 1039536

Please sign in to comment.