33 | | * PURPOSE: run a number of tests with ''assign'' and ''assign+'' |
| 33 | * PURPOSE: run a number of tests with ''assign'' and ''assign+''. The tests we run are the following: |
| 34 | t1. ''assign'' with given ''ptopfile'' and ''topfile'' |
| 35 | t2. ''assign+'' with given ''ptopfile'' and ''topfile'' |
| 36 | t3. ''assign'' with given ''ptopfile'' and modified ''topfile'' to remove fixed nodes |
| 37 | t4. ''assign+'' with given ''ptopfile'' and modified ''topfile'' to remove fixed nodes |
| 38 | t5. ''assign'' with given ''ptopfile'' and modified ''topfile'' to remove fixed nodes, and then include fixed nodes and fixed interfaces from the output of ''assign+'' in step t4 |
40 | | * ''checktests'' - ''assign+'' failed and ''assign'' didn't |
41 | | * ''failedtests'' - both ''assign+'' and ''assign'' failed |
42 | | * ''weirdtests'' - ''assign+'' succeeded and ''assign'' didn't |
43 | | * ''impossibletests'' - ''assign+'' succeeded and ''assign'' didn't with fixed nodes from output of ''assign+''. This most often happens because ''assign+'' cannot deal properly with fixed interfaces on links. |
| 45 | * ''checktests'' - ''assign+'' failed and ''assign'' didn't, i.e. t1 was a success and t2 was a failure |
| 46 | * ''failedtests'' - both ''assign+'' and ''assign'' failed, i.e. both t1 and t2 were failures |
| 47 | * ''weirdtests'' - ''assign+'' succeeded and ''assign'' didn't, i.e. t1 was a failure and t2 and t5 were a success |
| 48 | * ''impossibletests'' - ''assign+'' succeeded and ''assign'' didn't with fixed nodes from output of ''assign+'', i.e. t1 was a failure, t2 was a success and t5 was a failure. This most often happens because ''assign'' cannot deal properly with fixed interfaces on links. |