config: fs.py: move creating of test/drive systems to functions
authorNilay Vaish <nilay@cs.wisc.edu>
Thu, 20 Mar 2014 14:14:08 +0000 (09:14 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Thu, 20 Mar 2014 14:14:08 +0000 (09:14 -0500)
commitf2059f8399b22ecc544413a0e9d5a13a6f965411
tree5178c0cd0c514fc76ba765d88bc0493d9e7365de
parentd5b5d89b34da1cd311974bffd3834bff451efe0e
config: fs.py: move creating of test/drive systems to functions
The code that creates test and drive systems is being moved to separate
functions so as to make the code more readable.  Ultimately the two
functions would be combined so that the replicated code is eliminated.
configs/example/fs.py