mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
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:
parent
e9b0893a8e
commit
8931e9f534
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user