Skip to content

Commit

Permalink
update e2e tests to use sshconfig
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Jul 3, 2023
1 parent bee6fd7 commit 50ecb15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion suites/e2e/suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,15 @@ module.exports = {
utils: this.require('common/utils'),
sshKeyPath: join(homedir(), 'id'),
sshKeyLabel: this.suite.options.id,
sdk: new Balena(this.suite.options.balena.apiUrl, this.getLogger()),
sdk: new Balena(this.suite.options.balena.apiUrl, this.getLogger(), this.suite.options.config.sshConfig),
link: `${this.suite.options.balenaOS.config.uuid.slice(0, 7)}.local`,
worker: new Worker(
this.suite.deviceType.slug,
this.getLogger(),
this.suite.options.workerUrl,
this.suite.options.balena.organization,
join(homedir(), 'id'),
this.suite.options.config.sshConfig
),
});

Expand Down

0 comments on commit 50ecb15

Please sign in to comment.