commit | 5129c62bc614429a97cf13e99c495296111ebe0a | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Wed Mar 22 11:18:42 2017 -0700 |
committer | Ken'ichi Ohmichi <ken1ohmichi@gmail.com> | Tue Mar 28 20:50:27 2017 +0000 |
tree | 68d3db5a72e1d658a12e2a1f5700ab8da2c96492 | |
parent | 679f8c30cce605c3f2ff540a3fecab57fe806653 [diff] |
Remove set_mac_address from old remote_client set_mac_address() was called from test_network_basic_ops only and it is not necessary to keep it as common method in Tempest. Then this patch moves the implementation into test_network_basic_ops and removes set_mac_address() from old remote_client. In addition, this patch merges 3 exec_command() calls into a single call for avoiding ssh re-connections. Change-Id: I60b86a143e3987b911fa070754879bd002128120