Changes between Version 5 and Version 6 of Obsolete/Development/Code/TestingComponents


Ignore:
Timestamp:
Apr 24, 2012, 12:57:23 AM (14 years ago)
Author:
munoz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/Code/TestingComponents

    v5 v6  
    77== Introduction ==
    88
    9 We lack an automatic test suite. The reason is that many operations we do require root access, and it's very difficult to perform any tests locally. Also, previously it was not possible to load an arbitrary profile and feed the `Configuration` object to the component being tested.
     9Most components lack an automatic test suite. The reason is that many operations they do require root access, and it's very difficult to perform any tests locally. Also, previously it was not possible to load an arbitrary profile and feed the `Configuration` object to the component being tested.
    1010
    1111In any case, the consequences have been fatal: testing is expensive, as it requires:
     
    170170}}}
    171171
     172== Pending issues ==
     173
     174How will we ship the `Test::Quattor` module? Is it an appropriate name for it?
     175
    172176== Conclusion ==
    173177