Skip to content
Snippets Groups Projects
  1. Jan 18, 2011
  2. Jan 10, 2011
  3. Jan 05, 2011
  4. Nov 29, 2010
  5. Jul 15, 2010
  6. Jul 08, 2010
  7. Jul 02, 2010
  8. Apr 29, 2010
  9. Mar 12, 2010
  10. Nov 03, 2009
  11. Nov 21, 2008
    • Iustin Pop's avatar
      Move FieldSet class to utils.py · a2d2e1a7
      Iustin Pop authored
      Since we can use the FieldSet class in cli.py to nicely format disk
      sizes and such, we move it to utils.py and also move its associated
      unittest. I didn't remove the cmdlib.py unittest file as that's not the
      good direction :)
      
      Reviewed-by: ultrotter
      a2d2e1a7
  12. Nov 18, 2008
    • Iustin Pop's avatar
      Add a FieldSet class for variable parameter sets · 6de7c41d
      Iustin Pop authored
      This patch adds a _FieldSet class that can be used for the new variable
      parameter sets: e.g. the sda_size will change to disk/0.size (or
      similar) and we need to both check validity and extract the index of the
      parameter easily.
      
      The patch also sorts the unittest list in Makefile.am.
      
      Reviewed-by: ultrotter
      6de7c41d
Loading