support/testing: revert the last change of check_network()
authorRomain Naour <romain.naour@gmail.com>
Tue, 24 Aug 2021 17:11:44 +0000 (19:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Aug 2021 21:54:53 +0000 (23:54 +0200)
commitf4ff135e7811417cf4b4accbf3342f35968d34c0
tree1cfe1f21b912270db6c9c1788be20c70b4587474
parentfe4e06d3176b01834fda92d25ae7ece65f3550e0
support/testing: revert the last change of check_network()

check_network() must check the error code of the command
used to check the network configuration with the value
passed as argument "exitCode".

But this argument is ignored since this commit [1].

Revert the last change of check_network().

Fixes:
https://gitlab.com/kubu93/buildroot/-/jobs/1522848308
https://gitlab.com/kubu93/buildroot/-/jobs/1522848306

[1] afc1ed4d5152e0f6e724e6986a1d12c8001b94fe

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/init/base.py