~ahasenack/update-manager/update-manager-ec2-landscape

« back to all changes in this revision

Viewing changes to AutoUpgradeTester/UpgradeTestBackend.py

Merged update-manager-ec2-landscape-test. Now we can provide a test script to be run after the upgade has finished.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
    def test(self):
98
98
        " test if the upgrade was successful "
99
99
        pass
 
100
 
 
101
    def finish(self):
 
102
        " execute remaining clecnup tasks, if any  "
 
103
        pass
 
104