From: Peter Marko <[email protected]> The tests do not use scp command, so openssh-scp is not needed.
Signed-off-by: Peter Marko <[email protected]> Signed-off-by: Steve Sakoman <[email protected]> --- meta/lib/oeqa/runtime/cases/go.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/lib/oeqa/runtime/cases/go.py b/meta/lib/oeqa/runtime/cases/go.py index fc7959b5f4..d4b69438a5 100644 --- a/meta/lib/oeqa/runtime/cases/go.py +++ b/meta/lib/oeqa/runtime/cases/go.py @@ -28,7 +28,6 @@ class GoCompileTest(OERuntimeTestCase): @OEHasPackage('go') @OEHasPackage('go-runtime') @OEHasPackage('go-runtime-dev') - @OEHasPackage('openssh-scp') def test_go_compile(self): # Check if go is available status, output = self.target.run('which go') @@ -49,7 +48,6 @@ class GoCompileTest(OERuntimeTestCase): @OEHasPackage('go') @OEHasPackage('go-runtime') @OEHasPackage('go-runtime-dev') - @OEHasPackage('openssh-scp') def test_go_module(self): # Check if go is available status, output = self.target.run('which go') -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#226718): https://lists.openembedded.org/g/openembedded-core/message/226718 Mute This Topic: https://lists.openembedded.org/mt/116430154/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
