support/testing: switch go-src to use flannel

The test currently uses tinifier, but it can't be vendored as of today,
so switch to use flannel which can (still?) be...

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN 2024-09-15 12:52:02 +02:00
parent e9b0893a8e
commit 8931e9f534

View File

@ -19,9 +19,9 @@ class TestGoSource(TestGoBase):
BR2_TARGET_ROOTFS_CPIO=y
BR2_PACKAGE_HOST_GO=y
BR2_PACKAGE_HOST_GO_SRC=y
BR2_PACKAGE_TINIFIER=y
BR2_PACKAGE_FLANNEL=y
"""
def test_run(self):
self.login()
self.assertRunOk("tinifier -h")
self.assertRunOk("/opt/bin/flanneld -h")