diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-11-13 13:28:06 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-11-26 07:50:35 -0800 |
| commit | 2ab61fcf7d3581e7a1e4f07b1b6d26493dc4e141 (patch) | |
| tree | 6322e8159910458c8270d48861e986a05fc22c36 /meta | |
| parent | f5c5d1dd6cb102e0026c3e7cd9b78e95ff2928e6 (diff) | |
| download | poky-2ab61fcf7d3581e7a1e4f07b1b6d26493dc4e141.tar.gz | |
oeqa: drop unnecessary dependency from go runtime tests
The tests do not use scp command, so openssh-scp is not needed.
(From OE-Core rev: 4e10e7848cb10307f133f181b41563c995df032a)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/go.py | 2 |
1 files changed, 0 insertions, 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): | |||
| 28 | @OEHasPackage('go') | 28 | @OEHasPackage('go') |
| 29 | @OEHasPackage('go-runtime') | 29 | @OEHasPackage('go-runtime') |
| 30 | @OEHasPackage('go-runtime-dev') | 30 | @OEHasPackage('go-runtime-dev') |
| 31 | @OEHasPackage('openssh-scp') | ||
| 32 | def test_go_compile(self): | 31 | def test_go_compile(self): |
| 33 | # Check if go is available | 32 | # Check if go is available |
| 34 | status, output = self.target.run('which go') | 33 | status, output = self.target.run('which go') |
| @@ -49,7 +48,6 @@ class GoCompileTest(OERuntimeTestCase): | |||
| 49 | @OEHasPackage('go') | 48 | @OEHasPackage('go') |
| 50 | @OEHasPackage('go-runtime') | 49 | @OEHasPackage('go-runtime') |
| 51 | @OEHasPackage('go-runtime-dev') | 50 | @OEHasPackage('go-runtime-dev') |
| 52 | @OEHasPackage('openssh-scp') | ||
| 53 | def test_go_module(self): | 51 | def test_go_module(self): |
| 54 | # Check if go is available | 52 | # Check if go is available |
| 55 | status, output = self.target.run('which go') | 53 | status, output = self.target.run('which go') |
