Just forward it to the mail lists because Stamatis faces some issues with his mail server.
From: Katsaounis Molyvas Stamatios [mailto:[email protected]] Sent: Wednesday, March 27, 2019 3:49 PM To: [email protected]; [email protected]; [email protected] <'[email protected]'> Cc: LOVETT, TREVOR J <[email protected]>; xudan (N) <[email protected]>; STEVEN A <[email protected]>; RYAN <[email protected]>; STEVEN <[email protected]>; [email protected]; [email protected] Subject: RE: #vvp [compliance] [dovetail] Errors Running Dovetail on Heat Hi Trevor, Thank you for reporting this. Based on the Python error you provided I realized that the etc/conf/onap-vvp_config.yml was missing a required key (envs). I submitted a patch which I hope it fixes the problem. Unfortunately, I do not have the time to test the whole process of running the VVP test cases but I will be available in case any further help is needed. The patch to Dovetail Gerrit: https://gerrit.opnfv.org/gerrit/#/c/67399/ Best regards, Stamatis Stamatis Katsaounis Software Engineer Software Development Centre ______________________________________ Intracom Telecom 19.7 km Markopoulou Ave., Peania, GR 19002 t: +30 2106677689 [email protected]<mailto:[email protected]> http://www.intracom-telecom.com/ JOIN US MWC Shanghai 26-28 June Shanghai, China GITEX Technology Week 6-10 October Dubai, UAE MWC Los Angeles 22-24 October Los Angeles, USA Futurecom 28-31 October Sao Paulo, Brazil AfricaCom 12-14 November Cape Town, South Africa MWC Barcelona 24-27 February 2020 Barcelona, Spain The information in this e-mail message and any attachments are intended only for the individual or entity to whom it is addressed and may be confidential. If you have received this transmission in error, and you are not an intended recipient, be aware that any copying, disclosure, distribution or use of this transmission or its contents is prohibited. Intracom Telecom and the sender accept no liability for any loss, disruption or damage to your data or computer system that may occur while using data contained in, or transmitted with, this email. Views or opinions expressed in this message may be those of the author and may not necessarily represent those of Intracom Telecom. From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of xudan Sent: Wednesday, March 27, 2019 4:22 AM To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]>; '[email protected]' <[email protected]<mailto:[email protected]>> Cc: WRIGHT, STEVEN A <[email protected]<mailto:[email protected]>>; HALLAHAN, RYAN <[email protected]<mailto:[email protected]>>; STARK, STEVEN <[email protected]<mailto:[email protected]>>; 'Lincoln Lavoie' <[email protected]<mailto:[email protected]>>; Heather Kirksey <[email protected]<mailto:[email protected]>> Subject: Re: [opnfv-tech-discuss] #vvp [compliance] [dovetail] Errors Running Dovetail on Heat Hi Trevor, I will use the package you provided to do some tests. Will let you know then. Suggest you to use dovetail docker image to do the test. Dovetail doesn't support to run outside container. We haven't do like this for a long time, so don't know what will happen when doing like this. Thanks, Dan From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Trevor Lovett Sent: Tuesday, March 26, 2019 10:31 PM To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]>; '[email protected]' <[email protected]<mailto:[email protected]>> Cc: WRIGHT, STEVEN A <[email protected]<mailto:[email protected]>>; HALLAHAN, RYAN <[email protected]<mailto:[email protected]>>; STARK, STEVEN <[email protected]<mailto:[email protected]>>; 'Lincoln Lavoie' <[email protected]<mailto:[email protected]>>; Heather Kirksey <[email protected]<mailto:[email protected]>> Subject: #vvp [compliance] [dovetail] Errors Running Dovetail on Heat Per the discussion on yesterday's joint CVC call, I attempted to run the dovetail-based Heat validations on the ONAP demo VNFs. I started with vFW, but I'm getting an error. Here are the details... Setup * Checked out master of https://gerrit.opnfv.org/gerrit/#/admin/projects/dovetail * Installed python dependencies pip install -r requirements * vFW.tar.gz (attached) copied to ${DOVETAIL_HOME}/pre_config * Contents of ${DOVETAIL_HOME}/pre_config/env_config.sh export VNF_ARCHIVE_NAME="vFW" Test Run * Launched container with following command sudo docker run --privileged=true -it -e DOVETAIL_HOME=$DOVETAIL_HOME -v $DOVETAIL_HOME:$DOVETAIL_HOME -v /var/run/docker.sock:/var/run/docker.sock opnfv/dovetail:latest /bin/bash * Ran test Heat test suite with the following results root@0cb436b6081c:/usr/local/lib/python2.7/dist-packages/dovetail#<mailto:root@0cb436b6081c:/usr/local/lib/python2.7/dist-packages/dovetail> dovetail run --testsuite onap.heat.2019.04 2019-03-26 14:15:18,949 - run - INFO - ================================================ 2019-03-26 14:15:18,951 - run - INFO - Dovetail compliance: onap.heat.2019.04! 2019-03-26 14:15:18,953 - run - INFO - ================================================ 2019-03-26 14:15:18,955 - run - INFO - Build tag: daily-master-95a88f6c-4fd1-11e9-aed6-0242ac110003 2019-03-26 14:15:19,559 - run - INFO - >>[testcase]: onap-vvp.validate.heat Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/dovetail/run.py", line 296, in <module> main() File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 697, in main rv = self.invoke(ctx) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/dovetail/run.py", line 270, in main run_test(testcase_list, kwargs['report'], logger) File "/usr/local/lib/python2.7/dist-packages/dovetail/run.py", line 52, in run_test testcase.run() File "/usr/local/lib/python2.7/dist-packages/dovetail/testcase.py", line 157, in run runner.run() File "/usr/local/lib/python2.7/dist-packages/dovetail/test_runner.py", line 80, in run container_id = container.create(docker_image) File "/usr/local/lib/python2.7/dist-packages/dovetail/container.py", line 63, in create kwargs['environment'] = [env for env in env_list if env is not None] TypeError: 'NoneType' object is not iterable The command 'python /usr/local/lib/python2.7/dist-packages/dovetail/run.py --testsuite onap.heat.2019.04' failed. I did run this vFW with the latest version of VVP (without dovetail) and it passed without issue. I've attached that report as well. Any ideas what is causing this issue? Thanks, Trevor Lovett Lead Member of Technical Staff AT&T Labs, Operational Automation and Program Management AT&T Services, Inc. Dallas, TX m 314.401.8702 | [email protected]<mailto:[email protected]> This email and any attachments are confidential AT&T property intended solely for the recipients. If you received this message in error, please notify me and immediately delete this message from your computer. Any retention, distribution, or other use of this email is strictly prohibited. _._,_._,_ ________________________________ Links: You receive all messages sent to this group. View/Reply Online (#167)<https://lists.lfnetworking.org/g/compliance/message/167> | Reply To Group<mailto:[email protected]?subject=Re:%20%23vvp%20%5Bcompliance%5D%20%5Bdovetail%5D%20Errors%20Running%20Dovetail%20on%20Heat> | Reply To Sender<mailto:[email protected]?subject=Private:%20Re:%20%23vvp%20%5Bcompliance%5D%20%5Bdovetail%5D%20Errors%20Running%20Dovetail%20on%20Heat> | Mute This Topic<https://lists.lfnetworking.org/mt/30783066/944374> | New Topic<https://lists.lfnetworking.org/g/compliance/post> Mute #vvp<https://lists.lfnetworking.org/mk?hashtag=vvp&subid=2134106> Your Subscription<https://lists.lfnetworking.org/g/compliance/editsub/944374> | Contact Group Owner<mailto:[email protected]> | Unsubscribe<https://lists.lfnetworking.org/g/compliance/leave/2134106/1698490046/xyzzy> [[email protected]] _._,_._,_
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22989): https://lists.opnfv.org/g/opnfv-tech-discuss/message/22989 Mute This Topic: https://lists.opnfv.org/mt/30785358/21656 Mute #vvp: https://lists.opnfv.org/mk?hashtag=vvp&subid=2783016 Group Owner: [email protected] Unsubscribe: https://lists.opnfv.org/g/opnfv-tech-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
