summaryrefslogtreecommitdiffstats
path: root/tests/utils/tacker
AgeCommit message (Collapse)AuthorFilesLines
2017-06-01Update stack_retry_wait so tacker doesn't time out before heatAimee Ukasick1-2/+2
JIRA: VES-11 Tacker is timing out before Heat finishes creating the 5 VDU stack. Tacker then throws a VNF creation error, which is in fact not true. Tacker bases timeout on stack_retries * stack_retry_wait. See Tacker tacker.vnfm.infra_drivers.openstack.openstack.py for details. New timeout will be 10 minutes. Change-Id: Ief6b86361532fe74f4ce61f1aeb830f3f25e663f Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-01-26Include tacker.conf.sample due to issues with tox, etcBryan Sullivan1-0/+315
JIRA: MODELS-23 Change from OSC to specific clients (e.g. neutron) due to issues with newton version of the OSC. Add apt-utils install due to not in default Xenial container. Fix branch selection for OSC and other clients. Comment out tox section (throwing exceptions for some reason). Use tacker.conf.sample included in the repo. Fix test for VNF active (tacker vnf-show). Add loop for server up test. Add OpenStack branch as option. Change-Id: Id85b433e94df57c7b68f7feec2ce9cf6b2b238e0 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>