Skip to content
Snippets Groups Projects
Verified Commit bda4445c authored by Christian Ehrhardt's avatar Christian Ehrhardt
Browse files

d/p/test: transition to python3


Autopkgtest in dpdk is py3 compatible, so lets switch to the
non-discontinued dependencies.

Signed-off-by: default avatarChristian Ehrhardt <christian.ehrhardt@canonical.com>
parent 1e26b8f0
No related branches found
No related tags found
1 merge request!18d/p/test: transition to python3
Pipeline #101954 passed with stages
in 2 hours, 31 minutes, and 40 seconds
......@@ -13,4 +13,4 @@ Depends: kmod, dpdk-igb-uio-dkms [amd64 arm64 i386 ppc64el],
Tests: test-autotest
Restrictions: allow-stderr, isolation-machine, needs-root
Depends: dpdk-dev [amd64 arm64 i386 ppc64el], python, python-pexpect
Depends: dpdk-dev [amd64 arm64 i386 ppc64el], python3, python3-pexpect
......@@ -47,7 +47,7 @@ fi
# - pci doesn't initialize in all virt env causing command not found issues
# - rather slow performance tests not suited for regular build associated tests: ring_perf,mempool_perf,memcpy_perf,hash_perf,timer_perf
python "/usr/share/dpdk/test/autotest.py" \
python3 "/usr/share/dpdk/test/autotest.py" \
"/usr/bin/dpdk-test" \
"-KNI,power_acpi_cpufreq,power_kvm_vm,IVSHMEM,eal_flags,pci,ring_perf,mempool_perf,memcpy_perf,hash_perf,timer_perf" \
......
  • Author Maintainer

    @bluca - do you think we could do an upload with that to experimental? I'd want to merge it in Ubuntu and since the weekend the lack of this fix is a fatal error on the Ubuntu side.

  • Maintainer

    @paelzer-guest sure, go for it

  • Author Maintainer

    Thanks, done

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment