Skip to content
Success

#296 (Dec 17, 2021, 3:26:07 PM)

Started 4 yr 2 mo ago
Took 1.4 sec on gtp0-deb9build

Started by an SCM change

Revision: 2aee5862d8f266a38391fe230a7e69136acca048
Repository: git://git.osmocom.org/docker-playground
  • refs/remotes/origin/master
scripts/kernel-test/run-qemu.sh: update qemu args

Get rid of -nodefconfig, it has been removed in qemu 3.1. We are
supposed to use -no-user-config instead, which we already do.

Fix for this error we see since migrating to debian-bullseye:
  qemu-system-x86_64: -nodefconfig: invalid option

Related: OS#4969
Related: https://qemu.readthedocs.io/en/stable/about/removed-features.html#nodefconfig-removed-in-3-1
Change-Id: I4a00f90980bf6d141ef8d86786e08d405db6db0b
Oliver Smith at
osmo-ggsn-*: install iproute2 for kernel tests

Add the package providing "ip", as debian bullseye doesn't have it
installed by default anymore.

Fix for:
  /kernel-test/qemu-ifup.sh: 9: ip: not found

Related: OS#4969
Change-Id: I95560868a899169bf0cb05a02d5034d9a77b6af7
Oliver Smith at