Skip to content

Commit

Permalink
tests: fix setting default values in config
Browse files Browse the repository at this point in the history
  • Loading branch information
vankoven committed Mar 10, 2017
1 parent dbe5b58 commit e00c716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tempesta_fw/t/functional/helpers/tf_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ def defaults(self):
'ab': 'ab',
'wrk': 'wrk',
'siege': 'siege',
'workdir': '/tmp/client',},
'workdir': '/tmp/client'},
'Tempesta': {'ip': '127.0.0.1',
'hostname': 'localhost',
'user': 'root',
'port': '22',
'workdir': '/root/tempesta',},
'workdir': '/root/tempesta'},
'Server': {'ip': '127.0.0.1',
'hostname': 'localhost',
'user': 'root',
Expand Down

0 comments on commit e00c716

Please sign in to comment.