openstack-qa-team team mailing list archive
-
openstack-qa-team team
-
Mailing list archive
-
Message #00034
Tempest tests referencing Specs
Hi-
With some bugs in Tempest fixed, I've been running the suite against
trunk deployments in our lab. As I began investigating failures, I
found myself searching google for API specs that don't seem to be
covered in the main API documentation. For example, the newly added
Keypairs tests contain failing tests like:
"""Keypairs with duplicate names should not be created""
"""Keypairs with name longer than 255 chars should not be created"""
They look easy enough to fix in nova, but I can't for the life of me
find these assumptions documented anywhere outside of the tests
themselves. Is there somewhere I should be looking? Or should an
effort be made to reference said documentation/specs (assuming they
exist) in commit msgs, LP "test needed" bugs or the tests themselves?
Adam