spisarski [Thu, 13 Jul 2017 20:34:01 +0000 (14:34 -0600)]
Created domain classes for networks and subnets.
Created Network and Subnet domain classes so neutron_utils.py functions
returning these types of objects will not be leaking out implementation
details as each API version can change these data structures which is now
being handled by the SNAPS neutron utility.
JIRA: SNAPS-113
Change-Id: Id95dd0f8c2618c20a1a73a428abb95686dfa8251
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Thu, 13 Jul 2017 19:55:08 +0000 (19:55 +0000)]
Merge "Created domain class for routers."
spisarski [Thu, 13 Jul 2017 15:02:40 +0000 (09:02 -0600)]
Created domain class for routers.
Created Router domain class so neutron_utils.py functions returning
router objects will not be leaking out implementation details as each
API version can change these data structures and this should all be
handled by the SNAPS neutron utility.
JIRA: SNAPS-115 & SNAPS-14
Change-Id: Ib6d36a735d835a6ed4ede489b14e33a261458fed
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Thu, 13 Jul 2017 14:15:40 +0000 (08:15 -0600)]
Created domain class for roles.
Create Role domain class so keystone_utils.py functions returning
role objects will not be leaking out implementation details as each
API version can change these data structures and this should all be
handled by the SNAPS neutron utility.
JIRA: SNAPS-119
Change-Id: I6918a45c1c414ee6b104ec36e63c540d6f656e30
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Wed, 12 Jul 2017 17:14:57 +0000 (11:14 -0600)]
Created domain class for ports.
Create Port domain class so neutron_utils.py functions returning
port objects will not be leaking out implementation details as each
API version can change these data structures and this should all be
handled by the SNAPS neutron utility.
JIRA: SNAPS-118
Change-Id: If031a094a9da284e2838691c3b3490359f710c61
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Wed, 12 Jul 2017 14:34:14 +0000 (08:34 -0600)]
Crteated domain class for projects.
Created Project domain class so keystone_utils.py functions returning
project objects will not be leaking out implementation details as each
API version can change these data structures and this should all be
handled by the SNAPS keystone utility.
JIRA: SNAPS-114
Change-Id: Id7bce929604278c8228622161eba1838ecd5e067
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Linda Wang [Tue, 11 Jul 2017 10:16:59 +0000 (10:16 +0000)]
Fix the unittest of get_endpoint
The endpoints according to interface may be same or different
on different deployment, which depends on the configuration
during the deployment.
Change-Id: Id2127a3c3fe0eca4b10a98c548d10391912f9610
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Steven Pisarski [Wed, 12 Jul 2017 13:24:02 +0000 (13:24 +0000)]
Merge "Created domain classes for security groups."
Steven Pisarski [Wed, 12 Jul 2017 13:23:32 +0000 (13:23 +0000)]
Merge "Added ability to add a user to a role."
spisarski [Tue, 11 Jul 2017 20:56:39 +0000 (14:56 -0600)]
Demo script to show how to use the library.
Change-Id: Ibe491b6e0f64aa751baf4006d6e3df1e571961d8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 11 Jul 2017 18:08:53 +0000 (12:08 -0600)]
Created domain classes for security groups.
Created SecurityGroup and SecurityGroupRule classes so the neutron_utils
for security groups will be returning objects of these types instead of
the OpenStack objects returned by the API calls.
JIRA: SNAPS-116
Change-Id: I76ed1f85f7d54b984fc6f6ac28cee7680a1109e5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Fri, 7 Jul 2017 21:26:24 +0000 (15:26 -0600)]
Added ability to add a user to a role.
This functionality was requested as the SNAPS-OO integration tests
currently have the ability to run these tests in custom projects with
custom users and certain OpenStack installations are not allowing
some of the integration tests functions unless the new user has been
added to the 'admin' role.
Change-Id: I255cfa089a14bbcb434a6cd33b2a1dfae66206b5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Tue, 11 Jul 2017 13:26:43 +0000 (13:26 +0000)]
Merge "Allow ssh when testing via ansible"
Cédric Ollivier [Mon, 10 Jul 2017 22:03:28 +0000 (00:03 +0200)]
Allow ssh when testing via ansible
Change-Id: I5a518242fec9c3434040bbfa0d725e16068cff25
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
spisarski [Mon, 10 Jul 2017 21:34:40 +0000 (15:34 -0600)]
Fixed stack create status check on error.
Was checking for the status string of "ERROR" when "CREATE_FAILED"
should have been used. This bug caused the heat stack test to hang
instead of raising an exception.
Change-Id: I91e04d58bed083fd8b93ec908c766c0ddc4828de
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Mon, 10 Jul 2017 18:36:54 +0000 (18:36 +0000)]
Merge "Changed validation logic to check for DHCP lease before SSH connection."
spisarski [Mon, 10 Jul 2017 15:51:28 +0000 (09:51 -0600)]
Changed validation logic to check for DHCP lease before SSH connection.
Change-Id: Ifa5c481963d0a9607107465915eb7ab12501e21d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Linda Wang [Thu, 6 Jul 2017 16:01:32 +0000 (16:01 +0000)]
Fix get_endpoint
One specific service type has the same endpoint url if interface is admin
or internal, while it is different from that with public interface, except
the admin and internal endpoint url for service identity has same ip but
different ports.
Change-Id: I19c260222286d8b4aa3f0d3b7d273e192b13a96b
Signed-off-by: Linda Wang <wangwulin@huawei.com>
spisarski [Thu, 6 Jul 2017 20:28:49 +0000 (14:28 -0600)]
Created domain object for users.
OpenStack implementation details were leaking out into the
user creator.
JIRA: SNAPS-117
Change-Id: I67c77c75055b37819512d1e7712925b839fbc047
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Thu, 6 Jul 2017 20:03:54 +0000 (14:03 -0600)]
Created domain object for keypairs.
OpenStack implementation details were leaking out into the
keypair creator.
JIRA: SNAPS-112
Change-Id: Idd22ca9f8ebec7b21c337ca003e01169efec34cb
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Fri, 7 Jul 2017 13:56:37 +0000 (13:56 +0000)]
Merge "Created domain object for flavors."
spisarski [Thu, 6 Jul 2017 21:03:35 +0000 (15:03 -0600)]
Completed tests for creating networks of different types.
Change-Id: I33601da3f51d7acc60bd646e1d783a07afd8ea45
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Thu, 6 Jul 2017 19:09:46 +0000 (13:09 -0600)]
Created domain object for flavors.
OpenStack implementation details were leaking out into the
flavor creator.
JIRA: SNAPS-111
Change-Id: I59a77d02e30065a7f4560e74295b2084a83686df
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Thu, 6 Jul 2017 17:58:52 +0000 (11:58 -0600)]
Added support for using '~' for SSH key location.
While testing changes, fixed problems found with querying for
floating IPs which also required adding network data to the
VMInst domain object.
JIRA: SNAPS-85
Change-Id: I0ecf3a6885ce84fe14c4a6db09269c56dc0ad9fc
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Wed, 5 Jul 2017 17:35:13 +0000 (11:35 -0600)]
Making test user password dynamic for testing against secure pods.
Change-Id: I7c281062fc89a2ff4721e6bee9e90042c59273c5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Wed, 5 Jul 2017 17:08:43 +0000 (17:08 +0000)]
Merge "Refactor OSCreds to leverage kwargs instead of named parameters."
spisarski [Wed, 28 Jun 2017 15:20:13 +0000 (09:20 -0600)]
Refactor OSCreds to leverage kwargs instead of named parameters.
JIRA: SNAPS-109
Change-Id: I423ede964cce9fc3b4e5b27f1e8f0dd7603d9ff1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Wed, 5 Jul 2017 13:57:58 +0000 (13:57 +0000)]
Merge "Add a warning of keypair creation"
boucherv [Sun, 2 Jul 2017 14:26:57 +0000 (16:26 +0200)]
Add a warning of keypair creation
Put a warning if the public key already exist in OpenStack
but the private key file is not found
Change-Id: Ie2dc5b9f6a6abb0831e1826130d5c283cf3f34ec
Signed-off-by: boucherv <valentin.boucher@orange.com>
Cédric Ollivier [Fri, 30 Jun 2017 09:03:55 +0000 (11:03 +0200)]
Sync requirements.txt with OpenStack (novaclient)
It completes "Use neutron to create floating IPs" [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/36389/
Change-Id: I11c591d86509fa41b4b0c4a7a758ff0ceed321c2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
spisarski [Thu, 29 Jun 2017 21:25:06 +0000 (15:25 -0600)]
Fixed tests to delete security groups.
Change-Id: I140618a310bae050bea29df665b98881c6052980
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Thu, 29 Jun 2017 17:21:44 +0000 (17:21 +0000)]
Merge "Changed credentials for deploying heat templates."
spisarski [Thu, 29 Jun 2017 17:15:37 +0000 (11:15 -0600)]
Changed credentials for deploying heat templates.
The old credentials had been working on other pods but are not working
with our latest deployed by Kolla. This change does not affect any of
the functionality included in the tests. It simply takes the administrative
user credentials and changes the project to the newly created one.
Change-Id: I76c605797b68f902f2ee5c679bd5b8a50c48a501
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Thu, 29 Jun 2017 14:06:51 +0000 (14:06 +0000)]
Merge "Fixed test to not download images when configured with a disk file path."
boucherv [Thu, 29 Jun 2017 12:39:41 +0000 (14:39 +0200)]
FIX mistake in import keypair
Change-Id: I3d0a3111efcb4200c9b867663a45c07a3b47c09d
Signed-off-by: boucherv <valentin.boucher@orange.com>
spisarski [Wed, 28 Jun 2017 15:56:48 +0000 (09:56 -0600)]
Fixed test to not download images when configured with a disk file path.
JIRA: FUNCTEST-809
Change-Id: I078578ba9881eeeb8942d22cb342e87e17f6f879
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 27 Jun 2017 18:19:30 +0000 (12:19 -0600)]
Added offline test support to NovaUtilsInstanceTests missed initially.
JIRA: FUNCTEST-809
Change-Id: I3a54af6fc64f93a72059d0ff205024fa765ceb52
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Linda Wang [Sat, 24 Jun 2017 07:42:20 +0000 (07:42 +0000)]
Enable snaps work using public endpoint
When functest is not run on jumpserver but on other external host without
admin network, snaps failed to connect the admin endpoint. So running
snaps tests using public endpoint should be allowed.
JIRA: SNAPS-110
Change-Id: I8ca8d8c48330b5f427568d3d5fe942f6f2ca9ea9
Signed-off-by: Linda Wang <wangwulin@huawei.com>
spisarski [Thu, 22 Jun 2017 18:43:09 +0000 (12:43 -0600)]
Use neutron to create floating IPs.
This patch moves the floating IP creation out of nova and into neutron.
Other changes include the use of domain objects for VM and Floating IP
instances, addition of new nova_utils tests to exercise the create
server functionality, and more PEP8 compliance.
JIRA: SNAPS-92
Change-Id: I16c12b26b56008901633e90ae307586ad2045f9b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Linda Wang [Tue, 20 Jun 2017 06:31:29 +0000 (06:31 +0000)]
Enable https for Openstack in Snaps
When running in https environment, snaps should provide two options:
1. To support certification verify when https certification file is provided;
2. To disable server certificate verification without cert file.
JIRA: SNAPS-84
Change-Id: I5a9094238db5c8017cc8b80e3353adc6e793b552
Signed-off-by: Linda Wang <wangwulin@huawei.com>
spisarski [Wed, 21 Jun 2017 17:38:35 +0000 (11:38 -0600)]
Fixed launcher app to support new settings kwargs.
Additionally, found issue with importing ansible libraries.
Needed to rename the snaps.provisioning.ansible package to 'ansible_pb'.
JIRA: SNAPS-107 & SNAPS-93
Change-Id: I8c8628d3af5ce30849229ed47bfbb0ecaad5b3ad
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Wed, 21 Jun 2017 13:36:03 +0000 (13:36 +0000)]
Merge "Changes UserSettings constructor to use kwargs."
Steven Pisarski [Wed, 21 Jun 2017 13:35:56 +0000 (13:35 +0000)]
Merge "Changes StackSettings constructor to use kwargs."
Steven Pisarski [Wed, 21 Jun 2017 13:35:49 +0000 (13:35 +0000)]
Merge "Changes SecurityGroupSettings & SecurityGroupRuleSettings constructor to use kwargs."
Steven Pisarski [Wed, 21 Jun 2017 13:35:43 +0000 (13:35 +0000)]
Merge "Changes to RouterSettings constructors to use kwargs."
Steven Pisarski [Wed, 21 Jun 2017 13:35:36 +0000 (13:35 +0000)]
Merge "Changes to ProjectSettings constructors to use kwargs."
Steven Pisarski [Wed, 21 Jun 2017 13:35:29 +0000 (13:35 +0000)]
Merge "Changes to NetworkSettings, SubnetSettings, and PortSettings constructors to use kwargs."
Steven Pisarski [Wed, 21 Jun 2017 13:35:22 +0000 (13:35 +0000)]
Merge "Changes to KeypairSettings constructor to use kwargs."
Steven Pisarski [Wed, 21 Jun 2017 13:35:11 +0000 (13:35 +0000)]
Merge "Changes to VMInstanceSettings and FloatingIPSettings constructors."
Steven Pisarski [Wed, 21 Jun 2017 13:35:01 +0000 (13:35 +0000)]
Merge "Changes ImageSettings constructor to use kwargs."
Steven Pisarski [Wed, 21 Jun 2017 13:34:51 +0000 (13:34 +0000)]
Merge "Changes FlavorSettings constructor to use kwargs."
spisarski [Tue, 20 Jun 2017 19:14:35 +0000 (13:14 -0600)]
Changes UserSettings constructor to use kwargs.
And changed line lengths to 79 for pep8.
JIRA: SNAPS-104
Change-Id: I04413ccd783b5ccdac0f6d8e76780e728f765962
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 20 Jun 2017 19:07:49 +0000 (13:07 -0600)]
Changes StackSettings constructor to use kwargs.
And changed line lengths to 79 for pep8.
JIRA: SNAPS-103
Change-Id: Iacc3a42cbf3bebe7336d17fc4a4574590f15b93a
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 20 Jun 2017 18:57:02 +0000 (12:57 -0600)]
Changes SecurityGroupSettings & SecurityGroupRuleSettings constructor to use kwargs.
And changed line lengths to 79 for pep8.
JIRA: SNAPS-102
Change-Id: Ifa878ba01694eaa17ee05cea5dbbe9bc8bde3cd0
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 20 Jun 2017 16:32:13 +0000 (10:32 -0600)]
Changes to RouterSettings constructors to use kwargs.
And changed line lengths to 79 for pep8
JIRA: SNAPS-101
Change-Id: I2b63e4130644ad422aa1f81bcf2627e97d97c035
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 20 Jun 2017 16:04:04 +0000 (10:04 -0600)]
Changes to ProjectSettings constructors to use kwargs.
And changed line lengths to 79 for pep8
Change-Id: I3ea32e221608d759466973071dd86f9037ad2996
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 20 Jun 2017 15:51:56 +0000 (09:51 -0600)]
Changes to NetworkSettings, SubnetSettings, and PortSettings constructors to use kwargs.
And changed line lengths to 79 for pep8
JIRA: SNAPS-99
Change-Id: Iedb3ff663dc9d71ce774b5c4c1d0bef601f792da
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 20 Jun 2017 14:47:27 +0000 (08:47 -0600)]
Changes to KeypairSettings constructor to use kwargs.
And changed line lengths to 79 for pep8.
JIRA: SNAPS-98
Change-Id: I01f7f459bc46ed818d75d30f8bea7b1e09b5b376
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 20 Jun 2017 14:33:57 +0000 (08:33 -0600)]
Changes to VMInstanceSettings and FloatingIPSettings constructors.
Removed named parameters and replaced with kwargs.
JIRA: SNAPS-97
Change-Id: I9e313c342a8fd5a99f3ce6e7274406f8a29b8c8b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Mon, 19 Jun 2017 19:27:45 +0000 (13:27 -0600)]
Changes ImageSettings constructor to use kwargs.
And changed line lengths to 79 for pep8.
JIRA: SNAPS-96
Change-Id: Ibda4954a4d9a6be4b94a7b2de61d03b25afff8db
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Mon, 19 Jun 2017 16:41:23 +0000 (16:41 +0000)]
Merge "Missed image config for configuring multiple NICs test"
spisarski [Mon, 19 Jun 2017 16:39:48 +0000 (10:39 -0600)]
Changes FlavorSettings constructor to use kwargs.
And changed line lengths to 79 for pep8.
JIRA: SNAPS-95
Change-Id: Icd3ac79c66049b596c14273abb146d957d6e4e67
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Mon, 19 Jun 2017 16:18:50 +0000 (16:18 +0000)]
Merge "Ignore several files"
Steven Pisarski [Wed, 14 Jun 2017 22:14:34 +0000 (22:14 +0000)]
Merge "Leverage on pbr (Python Build Reasonableness)"
Cédric Ollivier [Wed, 14 Jun 2017 02:34:54 +0000 (04:34 +0200)]
Ignore several files
Change-Id: Ie00d9a995e1cf96f2754d30fc0a77f3254c811c7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Wed, 14 Jun 2017 02:31:14 +0000 (04:31 +0200)]
Leverage on pbr (Python Build Reasonableness)
It also updates requirements according to OpenStack stable/ocata
except for nova client version as snaps needs nova support of
floating IP which has been removed in pike [1] (8.0.0 [2]).
It must be reverted to >=6.0.0,!=7.0.0 as soon as snaps calls the
related neutron commands.
[1] https://github.com/openstack/python-novaclient/blob/master/releasenotes/notes/pike-rm-deprecated-net-
272aeb62b329a5bc.yaml
[2] https://docs.openstack.org/releasenotes/python-novaclient/unreleased.html
Change-Id: Iaa0285471da5f2f73cbfef038c9902e1c39fa009
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
spisarski [Wed, 14 Jun 2017 03:22:33 +0000 (11:22 +0800)]
Need to move file resources required by tests.
Functest was not installing the heat resource files required
by the snaps tests being run by Functest as the heat template
file used by the tests as it was under the repository's root
directory which is causing tests to fail.
Change-Id: I214d2e61e92f7dfa2e9859dded1e7ea08706314d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 13 Jun 2017 01:18:57 +0000 (09:18 +0800)]
Changed logic to return only active availability zones.
Change-Id: I75d92976f4486933d432a8066159dbb66c12daf5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 13 Jun 2017 01:16:18 +0000 (09:16 +0800)]
Create download directory if not exists before downloading image file.
Change-Id: I6d51681d4e0d58b96a00bfeb144d6bfcb8ae04e6
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Sun, 11 Jun 2017 07:26:57 +0000 (15:26 +0800)]
Missed image config for configuring multiple NICs test
JIRA: SNAPS-89
Change-Id: I640aee39842272ca8dd6245be10c2fb3a899020e
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Sun, 11 Jun 2017 06:16:37 +0000 (14:16 +0800)]
Fixed problems found in Functest after implementing offline testing.
JIRA: FUNCTEST-809
Change-Id: I5e579b141eb513b0f9db36959014b8f945afe6a0
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Wed, 7 Jun 2017 20:56:00 +0000 (14:56 -0600)]
Removed current working directory logic retrieving test file resources.
Some of the SNAPS tests leverage file resources contained within the
project. These resources were being accessed via relative paths which
required the test clients to ensure that the CWD was the <repo>/snaps
directory. Replaced that logic to leverage the import pkg_resources
making the tests much more flexible and robust.
JIRA: SNAPS-89
Change-Id: Ic9c429ee53e4dd785641e11e1ed4de5aeeab54d1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Wed, 7 Jun 2017 14:45:09 +0000 (14:45 +0000)]
Merge "Added custom security group with ICMP and SSH rules."
spisarski [Tue, 6 Jun 2017 20:45:19 +0000 (14:45 -0600)]
Added custom security group with ICMP and SSH rules.
This was done for all tests exercising floating IPs.
Also added check to all of these tests to ensure the VMs
all have received their private IP address via DHCP.
JIRA: FUNCTEST-834
Change-Id: I88ae2fecc3f8e507641adf24cb65a0583f4db24c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Fri, 2 Jun 2017 21:31:53 +0000 (15:31 -0600)]
Added support for applying Heat Templates
Second patch expanded support to both files and dict() objects.
Third patch exposes new accessor for status and outputs.
JIRA: SNAPS-86
Change-Id: Ie7e8d883b4cc1a08dbe851fc9cbf663396334909
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Thu, 1 Jun 2017 18:27:03 +0000 (12:27 -0600)]
Fixed RST warning.
Change-Id: I45f6161c51a018d91c9363980d6a6b279532101c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Thu, 1 Jun 2017 18:16:50 +0000 (12:16 -0600)]
Refactor keystone endpoint tests to the proper test class.
Also added documentation for those three tests.
Change-Id: I38a728ba9e258a821341621978953e0529a0c1a1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Thu, 25 May 2017 14:46:40 +0000 (08:46 -0600)]
Updated installation documents and fixed problems found during investigation.
The code changes are primarily required when the runtime environment is Windows.
JIRA: SNAPS-75
Change-Id: Ia2134861dd96e1d2c4b597f42fb348929e787a51
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Cédric Ollivier [Mon, 22 May 2017 18:14:25 +0000 (20:14 +0200)]
Find packages in setup.py
Change-Id: I73c46d1c9bfaabcd7d2ba793d4c2e8244e549de1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Steven Pisarski [Mon, 22 May 2017 13:24:48 +0000 (13:24 +0000)]
Merge "Fixed error in ansible_utils_tests.py and added ansible helper method to the OpenStackVMInstance class."
Cédric Ollivier [Sat, 20 May 2017 10:50:39 +0000 (12:50 +0200)]
Fix typo in setup.py
It forbids gating in functest.
Change-Id: I3f0b943678ee4af869073b56ca1235da23d98b1a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
spisarski [Fri, 19 May 2017 17:12:22 +0000 (11:12 -0600)]
Fixed error in ansible_utils_tests.py and added ansible helper
method to the OpenStackVMInstance class.
Test error was due to the image configuration having the incorrect
user applied. The helper method will make it easier for adhoc
ansible playbooks to be applied to running instances.
JIRA: SNAPS-83
Change-Id: I6b229e0adb836dd3d5ea7b468d38d93f880589a2
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Linda Wang [Thu, 18 May 2017 01:53:18 +0000 (01:53 +0000)]
Add the function of getting endpoint
Functest is trying to leverage SNAPS-OO library to replace some
utility functions, in which def get_endpoint is called by testcases
onos, odl, multisite and cloudify_ims.
JIRA: SNAPS-78
Change-Id: Icb2778e0337a5d4246762ac3037773b39d5d554d
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Morgan Richomme [Wed, 17 May 2017 08:29:20 +0000 (10:29 +0200)]
bugfix: get_security_group_by_id always return first element
add check on id before return value
fixed kwarg into the neutron.list_security_groups to the correct one 'id'
added unit test to ensure this function always works as designed
JIRA: SNAPS-82
Change-Id: I965e1dd54fd1efa8c2d7f6efb87c78ab24cca0e5
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
spisarski [Fri, 12 May 2017 19:59:04 +0000 (13:59 -0600)]
Added support for offline testing
Expanded the image_metadata used by the tests for overriding default
images for not only supporting 3part images but also to support offline
testing as required by Functest.
JIRA: SNAPS-67
Change-Id: I6975e7b51fa879fe984af64402939c465df95184
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 16 May 2017 19:57:26 +0000 (13:57 -0600)]
Ensure creators' constructors cannot raise exceptions.
While creating unit tests for vPing that is using SNAPS, exceptions can
be raised when retrieving their respective OpenStack clients with
incorrect credentials. Moved client retrieval to the create() method
which one should expect exceptions to be raised.
JIRA: SNAPS-81
Change-Id: Id8e4279f60b97704b25a89c6312dcf2ebdc3f459
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Mon, 8 May 2017 16:21:08 +0000 (16:21 +0000)]
Merge "Restricted dependency of the novaclient."
Steven Pisarski [Mon, 8 May 2017 16:20:32 +0000 (16:20 +0000)]
Merge "Modified code to support both Python 2.7 and 3.x"
spisarski [Mon, 8 May 2017 16:18:55 +0000 (10:18 -0600)]
Fixed some redundant dict() key checks that can cause runtime errors.
Change-Id: I9d05e6cc69526b7424b65e171da1fa4e99e02149
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Thu, 4 May 2017 18:43:53 +0000 (12:43 -0600)]
Modified code to support both Python 2.7 and 3.x
* Tested on Python 2.7.10 and 3.4.4
* Updated installation documentation
JIRA: SNAPS-30
Change-Id: I94a37d218be8ea47bbbcfb560197737430fcb3ba
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Thu, 4 May 2017 20:14:31 +0000 (14:14 -0600)]
Restricted dependency of the novaclient.
The 8.0.0 version is not backwards compatible with 7.1
JIRA: SNAPS-73
Change-Id: I76f52e0e1e212e1e4053ade6279b1117ab740cde
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Wed, 3 May 2017 17:47:17 +0000 (11:47 -0600)]
Changed image metadata to support cirros, ubuntu, and centos.
The image metadata that was designed for multi-part form support
did not take into account tests that require ubuntu or centos
tests.
JIRA: SNAPS-76
Change-Id: I95c7b74b8f7d7b78c3842b5e716fd7b466107c9c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Wed, 3 May 2017 14:03:04 +0000 (14:03 +0000)]
Merge "Refactored multi-part images."
Steven Pisarski [Tue, 2 May 2017 15:58:03 +0000 (15:58 +0000)]
Merge "Matching test_check_vm_ip_dhcp on ip only"
Dan Radez [Tue, 2 May 2017 14:06:23 +0000 (10:06 -0400)]
Matching test_check_vm_ip_dhcp on ip only
No nee dto look for the string surrounding the ip that's being looked
for in this test. simplifying the code to only look for the ip
Change-Id: I80e6336c58573e5970eafe2608daf7c61e43b717
Signed-off-by: Dan Radez <dradez@redhat.com>
Steven Pisarski [Thu, 27 Apr 2017 14:33:09 +0000 (14:33 +0000)]
Merge "Fixed test for security groups when checking for project/tenant ID"
spisarski [Tue, 18 Apr 2017 18:13:44 +0000 (12:13 -0600)]
Refactored multi-part images.
The logic used for creating multi-part images for the Danube release
was copied all throughout the tests, which was not sustainable.
This patch encapsulates the kernel and ramdisk images within the
same OpenStackImage object as the disk image.
JIRA: SNAPS-59
Change-Id: I45ec0ccc666accb4e768c41e249e6130dc07f6d1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Thu, 27 Apr 2017 09:30:10 +0000 (11:30 +0200)]
Fixed issue caused previous patch which did not merge correctly.
JIRA: SNAPS-57
Change-Id: I60e7cf2fea37fc337ac7adc01283476a00aca99c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 25 Apr 2017 12:37:24 +0000 (14:37 +0200)]
Fixed the Glance connection test routines.
test_glance_connect_success gave a false positive and
test_glance_connect_fail gave a false negative.
Both were calling incorrect APIs due to copying from the equivalent
nova_utils.py test.
JIRA: SNAPS-57
Change-Id: I1246d535f8bd376c163315dc889ff5bacebb12ec
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Wed, 26 Apr 2017 12:22:59 +0000 (14:22 +0200)]
Fixed test for security groups when checking for project/tenant ID
This problem has only been observed on the WindRiver pod during the
OPNFV Plug/Hackfest
JIRA: SNAPS-72
Change-Id: I59f4c10129007efe11cce7272b6690125057e266
Signed-off-by: spisarski <s.pisarski@cablelabs.com>