commit | 076685acb4f17dd793a88b6f6ab6125197348735 | [log] [tgz] |
---|---|---|
author | Matt Riedemann <mriedem@us.ibm.com> | Wed Sep 30 14:38:16 2015 -0700 |
committer | Matt Riedemann <mriedem@us.ibm.com> | Wed Sep 30 14:48:46 2015 -0700 |
tree | 73e8c025d2882de4612e4a968fa57c119b34227e | |
parent | 9ebe6a4d34fc15362599b068074f6d077d8ae5b3 [diff] |
Pass mount_path through to ssh_client.mount in scenario manager The RemoteClient.mount method takes an optional mount_path kwarg which defaults to '/mnt'. The create_timestamp and get_timestamp methods in the base scenario manager also have the same kwarg but aren't passing it though to the mount() method, which will break down if the caller in the scenario tests ever uses a different mount path. Closes-Bug: #1501512 Change-Id: I594f769178dd8a99398be2d590b8244517920a4c