Part of lp.soyuz.tests.soyuz View In Hierarchy
| Method | __init__ | Undocumented |
| Method | sample_publishing_data | Return a list of triples as (status, archive, pocket). |
| Method | createPublishingForDistroSeries | Return a list of SourcePackagePublishingHistory. |
| Method | checkPubList | Check if the given publication list matches the expected one. |
Return a list of triples as (status, archive, pocket).
Returns the following triples (in this order):
- ubuntu/PRIMARY, PENDING, RELEASE;
- ubuntu/PRIMARY, PUBLISHED, RELEASE;
- ubuntu/PRIMARY, PENDING, UPDATES;
- ubuntu/PRIMARY, PUBLISHED, PROPOSED;
- ubuntu/cprov PPA, PENDING, RELEASE;
- ubuntu/cprov PPA, PUBLISHED, RELEASE;
- ubuntu/cprov PPA, PENDING, UPDATES;
- ubuntu/cprov PPA, PUBLISHED, PROPOSED;
SourcePackagePublishingHistory.
The publishing records are created according to the given
SourcePackageRelease and DistroSeries for all
(status, archive, pocket) returned from sample_publishing_data.