Yes I do see this error. This is not related to selenium. Please find the attached mail for same
Thanks &Regards, Kishore Koya ECOMP Open Source Call Me @ 469-831-7289<tel:(469)%20831-7289> Email : [email protected]<mailto:[email protected]> | Q me @ [cid:[email protected]] <qto://talk/kk707x> From: Gary Wu [mailto:[email protected]] Sent: Wednesday, September 27, 2017 10:46 AM To: KOYA, KISHORE <[email protected]>; [email protected] Cc: HOTZE, BECKY L <[email protected]>; RAJU, CHINNAPPA <[email protected]>; FLOOD, JERRY <[email protected]>; [email protected]; TALASILA, MANOOP <[email protected]> Subject: RE: [ONAP Helpdesk #46299] RE: [integration] RE: Change in integration[master]: Add chrome drive installation and chrome download Hi Kishore, I tried to to run your test suite in my local machine, and it also failed. The error is: 02:10:35 ++ mkdir -p /PROJECT/OpenSource/UbuntuEP/etc 02:10:35 mkdir: cannot create directory ‘/PROJECT’: Permission denied The same error was also observed on the LF CSIT environment. I don’t know if this is related to the selenium errors, but please make sure that you’re able to use run-csit.sh to run the tests successfully in your local environment without root privileges before submitting to gerrit. Thanks, Gary From: KOYA, KISHORE [mailto:[email protected]] Sent: Wednesday, September 27, 2017 8:36 AM To: [email protected]<mailto:[email protected]>; Gary Wu <[email protected]<mailto:[email protected]>> Cc: HOTZE, BECKY L <[email protected]<mailto:[email protected]>>; RAJU, CHINNAPPA <[email protected]<mailto:[email protected]>>; FLOOD, JERRY <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]>; TALASILA, MANOOP <[email protected]<mailto:[email protected]>> Subject: RE: [ONAP Helpdesk #46299] RE: [integration] RE: Change in integration[master]: Add chrome drive installation and chrome download Hi Gary, Any updates on below issue? Thanks &Regards, Kishore Koya ECOMP Open Source Call Me @ 469-831-7289 Email : [email protected]<mailto:[email protected]> | Q me @ -----Original Message----- From: Jessica Wagantall via RT [mailto:[email protected]] Sent: Tuesday, September 26, 2017 9:25 PM To: [email protected]<mailto:[email protected]> Cc: HOTZE, BECKY L <[email protected]<mailto:[email protected]>>; RAJU, CHINNAPPA <[email protected]<mailto:[email protected]>>; FLOOD, JERRY <[email protected]<mailto:[email protected]>>; KOYA, KISHORE <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]>; TALASILA, MANOOP <[email protected]<mailto:[email protected]>> Subject: [ONAP Helpdesk #46299] RE: [integration] RE: Change in integration[master]: Add chrome drive installation and chrome download Dear Gary, Since we are using an ubuntu machine, I have built a new ubuntu image which you can check here: https://urldefense.proofpoint.com/v2/url?u=https-3A__jenkins.onap.org_view_packer_job_ci-2Dmanagement-2Dpacker-2Dmerge-2Dubuntu-2D16.04-2Ddocker_7_console&d=DwIDaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=t6xw3To2DNA95dIV83mG2w&m=dgQXqWWQ9f0bMvWwbAVknLkj-jfL315qdaEJRpNNP3A&s=qFqD96MUzIZZZko9GY2sN76I-5wtOFcLzeCoWm6FeQE&e= google-chrome-stable seems to be getting properly installed. Although, I am still facing the same issue in the job: https://urldefense.proofpoint.com/v2/url?u=https-3A__jenkins.onap.org_job_portal-2Dmaster-2Dverify-2Dcsit-2Dtestsuite_31_console&d=DwIDaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=t6xw3To2DNA95dIV83mG2w&m=dgQXqWWQ9f0bMvWwbAVknLkj-jfL315qdaEJRpNNP3A&s=vEd-VpEXUu4Np8CAndEzbpQRM46Y9ktxVBNZMeFsm40&e= Could there be something else missing? Thanks! Jess
Any updates on below issue. we still see below error in Jenkins logs Jenkin log : https://jenkins.onap.org/job/portal-master-verify-csit-testsuite/31/console Thanks &Regards, Kishore Koya ECOMP Open Source Call Me @ 469-831-7289<tel:(469)%20831-7289> Email : [email protected]<mailto:[email protected]> | Q me @ <qto://talk/kk707x> From: TALASILA, MANOOP Sent: Friday, September 22, 2017 11:10 AM To: KOYA, KISHORE <[email protected]>; TATTAVARADA, SUNDER <[email protected]> Cc: HOTZE, BECKY L <[email protected]> Subject: Re: Setup.sh issues Sunder, Can you please verify, if these steps running in VM1? Manoop From: "KOYA, KISHORE" <[email protected]<mailto:[email protected]>> Date: Friday, September 22, 2017 at 9:08 AM To: "TALASILA, MANOOP (MANOOP)" <[email protected]<mailto:[email protected]>>, "TATTAVARADA, SUNDER (SUNDER)" <[email protected]<mailto:[email protected]>> Cc: "HOTZE, BECKY L" <[email protected]<mailto:[email protected]>> Subject: Setup.sh issues Hi Manoop/sunder, I did some analysis on latest Jenkins logs and found below issue Below steps from setup.sh are not running # Copy property files ETC=/PROJECT/OpenSource/UbuntuEP/etc mkdir -p $ETC cp -r properties_rackspace/* $ETC 23:33:50 ++ mkdir -p /PROJECT/OpenSource/UbuntuEP/etc 23:33:50 mkdir: cannot create directory ‘/PROJECT’: Permission denied 23:33:50 ++ cp -r properties_rackspace/ECOMPDBCAPP properties_rackspace/ECOMPPORTALAPP properties_rackspace/ECOMPSDKAPP properties_rackspace/ECOMPWIDGETMS /PROJECT/OpenSource/UbuntuEP/etc 23:33:50 cp: target '/PROJECT/OpenSource/UbuntuEP/etc' is not a directory Also I do see below warning in logs 23:36:39 Status: Downloaded newer image for nexus3.onap.org:10003/openecomp/portal-wms:1.1-STAGING-latest 23:36:39 ++ docker tag nexus3.onap.org:10003/openecomp/portal-db:1.1-STAGING-latest portal-db:1.1.0 23:36:39 ++ docker tag nexus3.onap.org:10003/openecomp/portal-apps:1.1-STAGING-latest portal-apps:1.1.0 23:36:40 ++ docker tag nexus3.onap.org:10003/openecomp/portal-wms:1.1-STAGING-latest portal-wms:1.1.0 23:36:40 ++ docker-compose down 23:36:42 [33mWARNING:[0m Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue: 23:36:42 pip uninstall docker-py; pip uninstall docker; pip install docker 23:36:43 Removing network deliveries_default 23:36:43 Network deliveries_default not found. 23:36:43 ++ docker-compose up -d 23:36:44 [33mWARNING:[0m Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue: 23:36:44 pip uninstall docker-py; pip uninstall docker; pip install docker 23:36:45 Creating network "deliveries_default" with the default driver 23:36:45 Pulling cli (onap/cli:1.1.0)... 23:36:46 Pulling repository docker.io/onap/cli 23:36:46 Error: image onap/cli:1.1.0 not found Could you please have a look into above issue? Please find the full log in path : https://jenkins.onap.org/view/CSIT/job/portal-master-verify-csit-testsuite/24/console Thanks &Regards, Kishore Koya ECOMP Open Source Call Me @ 469-831-7289<tel:(469)%20831-7289> Email : [email protected]<mailto:[email protected]> | Q me @ <qto://talk/kk707x>
|
Any updates on below issue. we still see below error in Jenkins logs Jenkin log : https://jenkins.onap.org/job/portal-master-verify-csit-testsuite/31/console Thanks &Regards, Kishore Koya ECOMP Open Source Call Me @ 469-831-7289 Email : [email protected] | Q
me @
From: TALASILA, MANOOP Sunder, Can you please verify, if these steps running in VM1? Manoop From: "KOYA, KISHORE" <[email protected]> Hi Manoop/sunder, I did some analysis on latest Jenkins logs and found below issue Below steps from setup.sh are not running # Copy property files ETC=/PROJECT/OpenSource/UbuntuEP/etc mkdir -p $ETC cp -r properties_rackspace/* $ETC 23:33:50
++ mkdir -p /PROJECT/OpenSource/UbuntuEP/etc 23:33:50
mkdir: cannot create directory ‘/PROJECT’: Permission denied 23:33:50
++ cp -r properties_rackspace/ECOMPDBCAPP properties_rackspace/ECOMPPORTALAPP properties_rackspace/ECOMPSDKAPP properties_rackspace/ECOMPWIDGETMS /PROJECT/OpenSource/UbuntuEP/etc 23:33:50
cp: target '/PROJECT/OpenSource/UbuntuEP/etc' is not a directory Also I do see below warning in logs Status: Downloaded newer image for nexus3.onap.org:10003/openecomp/portal-wms:1.1-STAGING-latest ++ docker tag nexus3.onap.org:10003/openecomp/portal-db:1.1-STAGING-latest portal-db:1.1.0 ++ docker tag nexus3.onap.org:10003/openecomp/portal-apps:1.1-STAGING-latest portal-apps:1.1.0 ++ docker tag nexus3.onap.org:10003/openecomp/portal-wms:1.1-STAGING-latest portal-wms:1.1.0 ++ docker-compose down [33mWARNING:[0m Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue: pip uninstall docker-py; pip uninstall docker; pip install docker Removing network deliveries_default Network deliveries_default not found. ++ docker-compose up -d [33mWARNING:[0m Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue: pip uninstall docker-py; pip uninstall docker; pip install docker Creating network "deliveries_default" with the default driver Pulling cli (onap/cli:1.1.0)... Pulling repository docker.io/onap/cli Error: image onap/cli:1.1.0 not found Could you please have a look into above issue? Please find the full log in path : https://jenkins.onap.org/view/CSIT/job/portal-master-verify-csit-testsuite/24/console
Thanks &Regards, Kishore Koya ECOMP Open Source Call Me @ 469-831-7289 Email : [email protected] | Q
me @
|
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
