balena-os / leviathan

A distributed hardware testing framework
https://balena-os.github.io/leviathan
Apache License 2.0
23 stars 6 forks source link

core: allow for balena machine ssh target #1011

Closed rcooke-warwick closed 1 year ago

rcooke-warwick commented 1 year ago

Change-type: patch

The cloud and worker objects can now be initialised with an sshConfig

sshConfig: {
        host: 'ssh.devices.bm.balena-dev.com',
        port: '222',
    }

which can be added to the suites config.js and passed through to these objects in the test suite

rcooke-warwick commented 1 year ago

going to keep in draft until tested with all 3 OS test suites

rcooke-warwick commented 1 year ago

now needs this: https://github.com/balena-os/leviathan/pull/1013 to work with jenkins

rcooke-warwick commented 1 year ago

@balena-ci I self-certify!