summaryrefslogtreecommitdiffstats
path: root/test/test_process_placement_opt.py
AgeCommit message (Collapse)AuthorFilesLines
2018-02-11Removed unused DB-adapters, test cases, 60+% coverSastry Isukapalli1-0/+38
We are not using OracleDB, PostgresDB, and VerticaDB, so there is no need to keep the "dead code" -- we can always add it back as needed. Added test cases so that all the files are at least minimally covered. Overall coverage on my local tox shows 66% coverage (I manually ensured all files are included in the coverage report). Issue-ID: OPTFRA-95 Change-Id: If1cab112236b4f32a96315308ce815088fa092d1 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>