Commit Graph

9 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 7ffe27b2e0 switch from deprecated tempest_lib to tempest.lib
Change-Id: I6fa4a27519d8514fda01e71951fdaddc2cda4106
2016-02-26 15:46:06 +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
Feodor Tersin 8ded70ab89 Fix 0.0.0.0/0 route management
If subnet['gateway_ip'] is not None, Neutron prevents manual setting of
0.0.0.0/0 route to subnet host routes.

So we set gateway_ip to None during subnet creation if not internet
gateway is used in an associated route table. As a result Neutron
doesn't add its own 0.0.0.0/0 route, and we don't need to redirect it to
127.0.0.1 if default route is not set for a subnet route table. It
simplifies mapping of VPC route table to Neutron subnet host routes.

Depends-On: I5c314d513922d8a21b3e63de632bb9cd3484b076
Change-Id: Ibeeea1f5d92cc0aa08ac6c360c3e73fa67a45373
2015-06-23 19:22:05 +00:00
Feodor Tersin de79af40e5 Add a scenario test for default route behavior
This test ensures that internet is available for an instance only if an
internet gateway is set as the default router.

Change-Id: Iadcf23c89e01bdf63002033c95615ee1e3f9f31d
2015-06-19 14:23:31 +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 3e49dbe4d2 port test for instances behavior in VPC
Change-Id: I1568f029fe349c0cd02da7b49d85f520ca59383d
2015-03-30 17:56:28 +03:00