Project

General

Profile

Statistics
| Revision:

root / branches / 1.1 / tests @ 847

  • svn:ignore: haizea.pid
# Date Author Comment
806 06/22/2010 01:33 PM Borja Sotomayor

Several bug fixes in unit tests. Some of the deadline tests are currently still failing.

805 06/22/2010 12:06 PM Borja Sotomayor
804 06/22/2010 12:04 PM Borja Sotomayor

- Changed unit tests to use test_* functions instead of Test* classes. Newer py.test is apparently not too happy about test classes having a constructor.
- Minor changes.

803 06/22/2010 12:01 PM Borja Sotomayor

- Changed unit tests to use test_* functions instead of Test* classes. Newer py.test is apparently not too happy about test classes having a constructor.
- Minor changes.

791 01/25/2010 02:37 PM Borja Sotomayor

- Added several deadline unit tests
- Added test for corner case of premature end coinciding with real end

759 01/12/2010 07:12 PM Borja Sotomayor

Added deadline test that verifies that preemptables leases are correctly ordered according to slack.

756 01/12/2010 06:32 PM Borja Sotomayor

Terminology change: "rate" instead of "fair price" and "markup"

755 01/12/2010 05:46 PM Borja Sotomayor

Changes to deadline tests. Added deadline+pricing test. Small fixes.

742 01/04/2010 05:55 PM Borja Sotomayor

Add parameter to the mapper to specify if preemption is allowed.

740 12/29/2009 06:17 PM Borja Sotomayor

Minor bugs in deadline unit tests

720 12/20/2009 06:49 PM Borja Sotomayor

Miscellaneous changes to supporte REJECTED_BY_USER state

701 12/11/2009 04:55 PM Borja Sotomayor

Minor fixes in deadline unit tests

695 12/09/2009 07:33 PM Borja Sotomayor

- Added support for lease annotation file
- Added unit tests for lease annotations
- Added lease annotation generator command (not finished)
- Added user id attribute to leases (required minor changes in a couple files)

694 12/08/2009 07:10 PM Borja Sotomayor

Minor changes to testing code necessitates by the changes to the policy manager and the lease class.

692 12/08/2009 07:09 PM Borja Sotomayor

Unit tests for pricing policies

690 12/07/2009 06:40 PM Borja Sotomayor

Added deadline testing code

689 12/07/2009 06:40 PM Borja Sotomayor

Cleaned up stats module (still needs documentation). Added bounded Pareto distribution.
Added tests for stats module

688 12/04/2009 05:20 PM Borja Sotomayor

Merge changes in trunk

683 11/16/2009 07:50 PM Borja Sotomayor

Added scaffolding for new type of lease: "deadlined leases".
Added unit tests for deadlined leases.

682 11/12/2009 07:05 PM Borja Sotomayor

Created branch for 1.2 beta (doing it right this time)

664 09/04/2009 10:30 AM Borja Sotomayor

Switched to a saner implementation for Singleton classes. Required multiple changes all around (which had the indirect side effect of making constructors less dependent on the get_config() function)

658 09/03/2009 05:50 AM Borja Sotomayor

Miscellaneous pylint-induced code cleanup.

652 09/01/2009 12:28 PM Borja Sotomayor

Minor fixes for issues detected when running unit tests after last commits. Also removed several print statements that shouldn't be there.

640 08/05/2009 10:36 AM Borja Sotomayor

Updated svn:ignore

634 08/05/2009 10:23 AM Borja Sotomayor

Added figures of test slottables used in unit tests

633 08/05/2009 10:22 AM Borja Sotomayor

Deleting old unused files.

632 08/05/2009 06:12 AM Borja Sotomayor

Merged TP2.0/0.9 branch into trunk.

574 02/15/2009 07:43 PM Borja Sotomayor

Minor fix to preemption test workload

568 02/13/2009 05:49 PM Borja Sotomayor

Added XMLRPC tests

567 02/12/2009 06:04 PM Borja Sotomayor

Added automated OpenNebula tests

563 02/04/2009 07:16 PM Borja Sotomayor

Sanitized and improved exception handling

562 02/03/2009 04:57 PM Borja Sotomayor

- Minor fixes to tests.
- Fixes of bugs uncovered by aforementioned tests.

561 02/02/2009 07:55 PM Borja Sotomayor

- Added more tests (including image transfers, with and without reuse)
- Cleaned up testing code

559 01/29/2009 06:07 PM Borja Sotomayor

More tests

558 01/29/2009 05:11 PM Borja Sotomayor

Added some basic automated testing (with py.test)