commit | 8499c1917022c8d37609e0b5018c7e8db7377f34 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Tue Mar 14 11:03:22 2017 -0700 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Tue Mar 14 11:03:22 2017 -0700 |
tree | 2957be9d5466cefcf0bf8e9d4820cf4098435003 | |
parent | 1b0c5300401923e4a6a406b9e9613ca1a4928e69 [diff] [blame] |
Make remote_client reno readable The items of remote_client methods were unreadable, so this patch makes it readable. Change-Id: I40688fe5e7151dde48c6be0124c2c621f02de585 Ref: https://docs.openstack.org/releasenotes/tempest/unreleased.html
diff --git a/releasenotes/notes/add-tempest-lib-remote-client-adbeb3f42a36910b.yaml b/releasenotes/notes/add-tempest-lib-remote-client-adbeb3f42a36910b.yaml index c21751b..1b8cda2 100644 --- a/releasenotes/notes/add-tempest-lib-remote-client-adbeb3f42a36910b.yaml +++ b/releasenotes/notes/add-tempest-lib-remote-client-adbeb3f42a36910b.yaml
@@ -1,10 +1,11 @@ --- features: - - Add remote_client under tempest.lib. + - | + Add remote_client under tempest.lib. This remote_client under tempest.lib is defined as stable interface, and now this module provides the following essential methods. - * exec_command - * validate_authentication - * ping_host + - exec_command + - validate_authentication + - ping_host