Skip to content

Changes

Summary

  1. scripts/kernel-test/run-qemu.sh: update qemu args (details)
  2. osmo-ggsn-*: install iproute2 for kernel tests (details)
Commit a7865832fa8bbdafd784aa099949af9a2140523d by Oliver Smith
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
The file was modified scripts/kernel-test/run-qemu.sh
Commit 2aee5862d8f266a38391fe230a7e69136acca048 by Oliver Smith
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
The file was modified osmo-ggsn-latest/Dockerfile
The file was modified osmo-ggsn-master/Dockerfile