Hi Kishore, It looks like your later patchsets are again based on an older commit. Please make sure you rebase your changes on the latest commit from the master branch.
Thanks, Gary From: KOYA, KISHORE [mailto:[email protected]] Sent: Tuesday, September 19, 2017 5:57 AM To: Gary Wu <[email protected]> Cc: [email protected]; HOTZE, BECKY L <[email protected]>; ROSE, DANIEL V <[email protected]>; ABDULMANNAN, MOHAMMED <[email protected]> Subject: RE: [integration] RE: Request to install chrome drivers in CSIT environment After installing chrome driver also we are getting below error [cid:[email protected]] Dan, could you please suggest how can we resolve this issue? 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: Monday, September 18, 2017 5:49 PM To: KOYA, KISHORE <[email protected]<mailto:[email protected]>> Cc: [email protected]<mailto:[email protected]> Subject: [integration] RE: Request to install chrome drivers in CSIT environment Hi Kishore, ChromeDriver installation has been added to run-csit.sh. https://gerrit.onap.org/r/#/c/13245/<https://urldefense.proofpoint.com/v2/url?u=https-3A__gerrit.onap.org_r_-23_c_13245_&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=t6xw3To2DNA95dIV83mG2w&m=6pwnNzZDWAkbrs6BcAHuBqF7vwHFkn7D7hMKkefdoG0&s=0-GTDXQHsHgiNZpxDCE43cVmyVNRqSX6qoxfewo4KMk&e=> Thanks, Gary From: KOYA, KISHORE [mailto:[email protected]] Sent: Monday, September 18, 2017 3:27 PM To: Gary Wu <[email protected]<mailto:[email protected]>> Subject: RE: Request to install chrome drivers in CSIT environment Some more Install ChromeDriver:1<https://urldefense.proofpoint.com/v2/url?u=https-3A__christopher.su_2015_selenium-2Dchromedriver-2Dubuntu_-23selenium-2Dversion&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=t6xw3To2DNA95dIV83mG2w&m=6pwnNzZDWAkbrs6BcAHuBqF7vwHFkn7D7hMKkefdoG0&s=j34ztqTc0IZNMfRbpatmGNHdlaEDFPGas1JKrHgLfEY&e=> sudo apt-get install unzip wget -N http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip<https://urldefense.proofpoint.com/v2/url?u=http-3A__chromedriver.storage.googleapis.com_2.32_chromedriver-5Flinux64.zip&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=t6xw3To2DNA95dIV83mG2w&m=6pwnNzZDWAkbrs6BcAHuBqF7vwHFkn7D7hMKkefdoG0&s=SiaZIkYNhYHdIJ8OspoBor8adYG3Yao00LosCZmsZtI&e=> unzip chromedriver_linux64.zip chmod +x chromedriver sudo mv -f chromedriver /usr/local/share/chromedriver sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver sudo ln -s /usr/local/share/chromedriver /usr/bin/chromedriver 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: KOYA, KISHORE Sent: Monday, September 18, 2017 5:22 PM To: 'Gary Wu' <[email protected]<mailto:[email protected]>> Cc: HOTZE, BECKY L <[email protected]<mailto:[email protected]>> Subject: RE: Request to install chrome drivers in CSIT environment Below are the steps from google cd ~ mkdir -p Downloads bin cd Downloads wget http://chromedriver.storage.googleapis.com/2.27/chromedriver_linux64.zip<https://urldefense.proofpoint.com/v2/url?u=http-3A__chromedriver.storage.googleapis.com_2.27_chromedriver-5Flinux64.zip&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=t6xw3To2DNA95dIV83mG2w&m=6pwnNzZDWAkbrs6BcAHuBqF7vwHFkn7D7hMKkefdoG0&s=shRkH7UQbfiOal5dvxffLeMDF_gdS4D5Pgsh2dRWZTA&e=> unzip chromedriver_linux64.zip cp -p chromedriver ~/bin echo 'export PATH=${HOME}/bin:$PATH' >> ~/.bashrc bash chromedriver -help 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: Monday, September 18, 2017 5:09 PM To: KOYA, KISHORE <[email protected]<mailto:[email protected]>> Cc: HOTZE, BECKY L <[email protected]<mailto:[email protected]>> Subject: RE: Request to install chrome drivers in CSIT environment I'm not that familiar with the chrome driver. Can you provide the installation commands that will work for a Ubuntu 16.04 environment? Thanks, Gary From: KOYA, KISHORE [mailto:[email protected]] Sent: Monday, September 18, 2017 3:02 PM To: Gary Wu <[email protected]<mailto:[email protected]>> Cc: HOTZE, BECKY L <[email protected]<mailto:[email protected]>> Subject: Request to install chrome drivers in CSIT environment HI Gary, Could you please install chrome drivers in CSIT environment Daniel(4:54:46 PM): hi Kishore(4:55:05 PM): While running test in CSIT env it is failing with below error Kishore(4:55:32 PM): [Time: Mon Sep 18 16:55:32 CDT 2017 bytes: 882195]<file:///C:\Users\kk707x\AppData\Roaming\SBC\Q%20Team%20Link%20Messenger\Archive\Persons\dr695h\Images\kk707x_1505480971518.png> Daniel(4:56:11 PM): your setup doesn't work it looks like Kishore(4:56:37 PM): Gary need to setup something in CSIT Daniel(4:56:50 PM): maybe chrome driver Kishore(4:57:05 PM): ok let me ask him to do Kishore(4:57:12 PM): Thanks Daniel(4:58:03 PM): yup 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>
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
