CREAM regression, BLAH functionality and regression testsuites installation, configuration and use
Line: 114 to 114
voms-proxy-init -voms
Added:
> >
Set database access permissions runing on CE:
mysql -h $CE_HOST -u root --password="$MYSQL_PASSWORD" -e "GRANT ALL PRIVILEGES to $CREAMDB_USER@'<FQDN_UI_HOST>' IDENTIFIED BY '$CREAMDB_PASSWORD' WITH GRANT OPTION";
Caveats:
lauch the testsuites in a shell where you run previously /opt/cream_blah_testsuites/testsuite_env.sh and set PYTHONPATH
lauch the testsuites in a shell where you have write permissions: robot fremework tryes to write log files in the path where it is launched and it fails if it is unable to create its logs.