Skip to content

Commit

Permalink
Remove unneeded attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Nov 15, 2021
1 parent 7fa2c10 commit ed55299
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/tools/test/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ def __init__(self, auth_token, config):
devCfg = config['device']

self.welder = Welder(auth_token, config)
self.prj_name = config['project']
self.key_name = devCfg['ssh_key_name']
self.dev_name = devCfg['name']
self.skip_teardown = self.testCfg['skip_teardown']
self.dev_id = devCfg['id']
self.dev_ip = None
Expand Down

0 comments on commit ed55299

Please sign in to comment.