The tests do not use scp command, so openssh-scp is not needed.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
@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')
@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')