Commit Graph

4 Commits

Author SHA1 Message Date
Luigi Toscano a4523f3572 Remove a dummy test
It seems this dummy test has been around since the creation of the plugin,
but it is not really needed.

Change-Id: Ic17ac37472dc2742fa5d6299ff5724bfd9f7197e
2020-09-28 14:50:37 +02:00
Kiran_totad dc7074e16e Removes unnecessary utf-8 encoding
This patches removes unnecessary utf-8 encoding header

Change-Id: I3787ae7cc36e5fe3afcacba5fa5af60680484c1a
2017-03-09 03:59:11 +00:00
Brianna Poulos 27d768a0d2 Add idempotent_id lines for tests
All tempest tests should have a line to identify the
test with a unique UUID.  This patch adds the line
@decorators.idempotent_id('UNIQUE_UUID')
to the beginning of the test cases, and also adds
a line to tox.ini to check for the proper existence
of this line.

Change-Id: I02b1d7936423d351c7d9b236aaebe54dee3e174a
Depends-On: I18f5c726513b68083d8a5793b8eb391b421b8514
2017-02-24 14:33:37 -05:00
Marc Koderer 3529ea7a43 Add initial plugin structure
Creates initial module structure and a dummy test.

Change-Id: I7a861dcc800cf3a49da2e317e4780aa5c5027733
Implements: bp tempest-plugin
2016-12-02 14:50:16 +01:00