Converting Test Setup Scripts to Bash: CreateDB.sh
Includes all files added and modified to convert CreateDB.java to CreatedDB.sh
Summary of changes:
- Added
CreateDB.shwith analogous functions fromCreateDB.java - Added
mysql_passwd.txt,addGUIDIndex.txt,addIndexTable.txt,cataloguedirectories.txtcreateCatalogue.txt,userindextable.txtfor initializing the test DB and creating databases. - Modified
SetupTestVO.javaandManageSysEntities.javato callCreateDB.sh
To test follow manual procedure mentioned in docker-setup/README.md (till the working of setuplocalVO.sh)
Edited by Animesh Narayan Dangwal