Commit Graph

14 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 99521b5052 functional tests: add skip checker for absence of EC2-classic
Change-Id: I42e8b446c23a06197f7daffbb826033a87e33cb7
2016-08-02 09:37:38 +03:00
Andrey Pavlov bb89039e9b enable functional test of instance creation with two network interfaces
it was enabled by commit https://github.com/openstack/nova/commit/b06867c5

Change-Id: Ie28c296e39a88553be945ac4e4238ebc2e51d110
2015-10-15 05:29:17 +00:00
Andrey Pavlov 118a23bfef remove botocore`s version`s restriction
Change-Id: Ic20707c96f4d985d26cb287684bb3a1212927d98
2015-05-28 17:28:30 +03:00
Andrey Pavlov 5cbcec6335 add source_dest_check to instance attributes
Change-Id: I6d10c35bb7d1eab383ba69fe5259485b5ef1b3bd
2015-05-25 12:59:25 +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 40f0e7ecc5 add scenario test for vpc addresses
Checking auto diassociate address and correctness of describing

Change-Id: I8a36dd2559c20611d8ad1e1c230fd9dce6482144
2015-03-24 11:39:48 +03:00
Andrey Pavlov 2801f9e687 fix delete on termination behaviour for network interfaces
and add test cases for delete_on_termination preperty for NetworkInterface

Depends-On: I3d557dd95f442106c495249a5ef1d2ac36e6a2ea
Change-Id: Icf2b9739aaf87b4c9af13ad64a310081a68f776e
2015-03-20 11:33:24 +03:00
Feodor Tersin 7baa2b3a80 Enable a functional test on DeviceIndex==0
Change-Id: I971b27c3cb6d686318960ac7209b3a78d205275f
2015-03-01 12:32:22 +03:00
Andrey Pavlov 594fbaf843 rework TODO due to new tempest_lib
Change-Id: I73a4b60029031fe425cd39c3424236222962d369
2015-02-25 20:07:02 +03:00
Andrey Pavlov 8a9b4d53f5 add scenario tests
Change-Id: Ib07f9d4400998e3f7fb0f2809912ec66aefece49
2015-02-20 11:16:39 +03:00
Andrey Pavlov cc1ed0b32d add tests for various cases with instance
Change-Id: I25884090380af9014fea8c716e99aa8f95a7692d
2015-02-17 22:49:35 +03:00