Commit Graph

16 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 853d19d169 restore configuring bundled image in s3
Change-Id: I8018fc5a467e5be83b6d2cbd58b6c9d8744a9421
2016-08-10 13:40:06 +03:00
Andrey Pavlov 7ffe27b2e0 switch from deprecated tempest_lib to tempest.lib
Change-Id: I6fa4a27519d8514fda01e71951fdaddc2cda4106
2016-02-26 15:46:06 +03:00
Andrey Pavlov 64f1544e67 fix metadata test
Amazon changes key owner for imported keys.
So test should check key only without onwer.

Change-Id: I491b6ac1de08df28a85944b5b00347659c847136
2015-12-07 14:33:47 +03:00
Andrey Pavlov d7f0fc8734 functional tests: add 'run_ssh' parameter to config
and switch it off for nova-network. because nova-network is very unstable
in this.

Change-Id: I4e1e3c642ec77a9cfa4b1249da0a980336698a08
2015-10-29 13:19:43 +03:00
Andrey Pavlov 5d92be9955 functional tests: rework image register test
Change-Id: Ic2e948467fdbf20e5f5c5d784ab11e508c3e4ad7
2015-10-28 18:23:01 +03:00
Feodor Tersin 58bf718603 Check public key content in metadata functional test
Change-Id: I7f0c36354f8547fc1b949a45f0cf36eb827ffa9d
2015-09-15 12:42:02 +03:00
Jenkins 09d77a2a32 Merge "Expose public key data in metadata server" 2015-09-15 06:03:45 +00:00
Feodor Tersin 2f933907f7 Expose public key data in metadata server
Previously this was skipped because user keys were not accessible with
admin account. Since Nova v2.10 microversion provides admin access to
user keys's public data, this gap with legacy Nova EC2 could be fixed.

Change-Id: If0bb004eb894f6474fb0a65c8fb21dfbe43ae268
2015-09-14 21:36:31 +03:00
Andrey Pavlov f34d64747c py34: fix string conversion
fix working with strings for metadata server,
for some instance properties and for errors.
do some magic with types/encoding.

Change-Id: I2446fc48b51dd903a719aa4dbb1a5556af19e5df
2015-09-13 23:56:53 +03:00
Andrey Pavlov 49822ce31b implement groupSet attribute for instance attributes
Change-Id: Ie92547208570221e735ba4c90dec97071da2b204
2015-05-14 13:05:10 +03:00
Andrey Pavlov 8ecf9a5545 remove ssh from tests due it in tempest-lib now
Change-Id: I3b9005100cadda950ee40d3e6917155beccde774
2015-05-02 05:03:55 +00: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 4baf5ed768 add test for checking validity of console output
Change-Id: I4908ff1a8954ac02b96efd493ba8add18f4d9891
2015-04-21 23:09:14 +03:00
Andrey Pavlov a98a506eb9 add test for bug #1215527
also fake result for 'disableApiTermination' added
in DescribeInstanceAttribute. One of next reviews will add this
functionality.

fix botocore version to 0.103
version 0.104 returns some inconsistent information

Change-Id: I581e803a57c9ee63e873308c0f08cd7cf2158230
2015-04-17 15:31:51 +03:00