summaryrefslogtreecommitdiff
path: root/tests/unittests/test_vmware_config_file.py
AgeCommit message (Collapse)Author
2016-02-16 - Used proper 4 space indentations for config_nic.py and nic.pySankar Tanguturi
- Implemented the 'search_file' function using 'os.walk()' - Fixed few variable names. - Removed size() function in config_file.py - Updated the test_config_file.py to use len() instead of .size()
2016-02-08 - Added new Unittests for VMware support.Sankar Tanguturi