mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
d3a0ee7c5b
Those tests were added by commit8d180e96("Add support for Linux Network Devices"), apparently by copy-pasting the test cases which call simple_cr (all four of them). While different simple_cr tests make sense as they cover different code paths in runc and/or check for various regression, the same variations with netdevice do not make sense, as having a net device is orthogonal to e.g. bind mount, --debug, or cgroupns. Remove those. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit2cd4782b70) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>