Subversion Repositories SmartDukaan

Rev

Rev 8576 | Rev 8827 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8576 Rev 8753
Line 85... Line 85...
85
    echo "Generating and Junglee Prices and Availability Uploading to FTP site."
85
    echo "Generating and Junglee Prices and Availability Uploading to FTP site."
86
    java -cp ${M2_CLASSPATH}  in.shop2020.util.AmazonSCDataGenerator > ${PRICES_AND_AVAILABILITY_LOG}  
86
    java -cp ${M2_CLASSPATH}  in.shop2020.util.AmazonSCDataGenerator > ${PRICES_AND_AVAILABILITY_LOG}  
87
    echo "====================="
87
    echo "====================="
88
fi
88
fi
89
 
89
 
-
 
90
echo "Sleeping for 10 minutes before running tests"
-
 
91
sleep 10m;
90
echo "Starting test on Production Servers"
92
echo "Starting test on Production Servers"
91
echo "========================="
93
echo "========================="
92
ssh ${TEST_SERVER} "/opt/seleniumTests/seleniumTest.sh prodDeploy"
94
ssh cs2 "cd /opt/seleniumTests/;./seleniumTestks.sh prodDeploy >> /opt/seleniumTests/prodtest.log 2>&1"
-
 
95
 
-
 
96