Commit Graph

8 Commits

Author SHA1 Message Date
ghanshyam f5983d7cdc Remove intree ec2-api tempest tests
ec2-api jobs have been switched to use
ec2api-tempest-plugin for ec2-api tests, so
we can remove the in-tree tempest tests now.

Change-Id: I82ace9ebd1ca5216c2e3fc3d75f07146417ebf94
2018-03-18 03:27:03 +00:00
maliki 2752e445ee Add tempest test UUID to all functional tests.
This patch adds a tempest decorator of UUID for each test in
the functional tests tree. .
This helps in discovering tests by their UUID using tempest
CLI and the decorator format is:
@decorators.idempotent_id('12345678-1234-1234-1234-123456789abc')

Change-Id: Ib4a4694600b1a28be6c23c73fa078960ce4efdec
2016-11-07 21:26:29 -08:00
Andrey Pavlov 17a9b61ec1 skip vpn tests if vpnaas is not in network features list
Change-Id: Ie6e779e58917c375b150949a0151cbb907466cba
2016-10-12 15:37:11 +03:00
Andrey Pavlov 7ffe27b2e0 switch from deprecated tempest_lib to tempest.lib
Change-Id: I6fa4a27519d8514fda01e71951fdaddc2cda4106
2016-02-26 15:46:06 +03:00
Feodor Tersin 1bd66deebe Add functional tests for tag support for vpn-related objects
Change-Id: Ia0cdfe5e23bc270224e06e2a773cffbfd29064cf
2015-06-29 17:53:21 +03:00
Andrey Pavlov 21e63c3309 add EBS volume deletion to tests.
tests should delete EBS volume by themselves due to OpenStack bug.

Change-Id: Ic32992c54b75e2bdea196cc8073e422e868189f8
2015-05-09 10:28:42 +03:00
Andrey Pavlov 3947354c37 move to botocore clients technology
from https://botocore.readthedocs.org/en/latest/client_upgrades.html#client-upgrades

Version 0.104.0 emitted an ImminentRemovalWarning when using the old interface. This warning is now printed to stderr by default. A user can still turn off these warnings via the warnings module.
The develop branch on github will be updated to completely remove the old interface. At this point the client interface will be the only interface available when using the develop branch on github.
A 1.0 alpha version will be released. By default, pip will not pick up any alpha/beta releases.
A 1.0 beta version will be released.
A GA (1.0) version of botocore will be released.

Change-Id: Id6661e3e1e73de018e9b4de7612972654bb27422
2015-04-24 14:18:46 +03:00
Andrey Pavlov f8af53b167 create tags' tests
Change-Id: Ic25c25e13f2c89e4179b5d926d3c8908fa4197b1
2015-03-05 09:35:39 +03:00