Anna Babich 96fde33630 Functional tests for server's description
Functional tests for microversion 2.19 have been added. They include
several actions with server's description mentioned in Testing section
of the appropriate spec [1] for Python nova-client and
openstack-client, namely:
- Add a description to the tests that create a server
- Add a description to the tests that rebuild a server
- Set and remove the description on an existing server
- Check that the description is returned as part of server details
  for an individual server and for a server list
- [Negative] The description passed to the API is longer than
  255 characters
- The description passed to the API is an empty string. This is allowed

Tests that are not implemented yet:
- [Negative] The description passed to the API is not valid printable
  unicode

[1] http://specs.openstack.org/openstack/nova-specs/specs/mitaka/implemented/user-settable-server-description.html

Change-Id: Ieab77bf5569871380987769c47e9f4dab2ec9e4b
2016-06-07 18:19:33 +03:00
..