Skip to content

Commit

Permalink
oasis-test-runner: Enable sgx_loader in client node
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Sep 25, 2024
1 parent 7bf2296 commit e552937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/oasis-test-runner/oasis/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ func (client *Client) ModifyConfig() error {
if len(client.runtimes) > 0 {
client.Config.Mode = config.ModeClient
client.Config.Runtime.Provisioner = client.runtimeProvisioner
client.Config.Runtime.SGXLoader = client.net.cfg.RuntimeSGXLoaderBinary
client.Config.Runtime.AttestInterval = client.net.cfg.RuntimeAttestInterval
}

client.AddSeedNodesToConfig()
Expand Down

0 comments on commit e552937

Please sign in to comment.