~auto-upgrade-testing-dev/auto-upgrade-testing/trunk

« back to all changes in this revision

Viewing changes to share/post_upgrade_tests/test_services.py

  • Committer: Jean-Baptiste Lallement
  • Date: 2014-05-13 08:30:04 UTC
  • Revision ID: jean-baptiste.lallement@ubuntu.com-20140513083004-urim9ppeoj9p837o
share/post_upgrade_tests/test_services.py: Blacklist systemd-logind

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
        # these services are known to only run sometimes, not permanently
21
21
        # kubuntu switched from kdm to lightdm
22
 
        blacklist = set(['rc', 'anacron', 'ureadahead', 'kdm'])
 
22
        # systemd-services doesn't exit on Utopic
 
23
        blacklist = set(['rc', 'anacron', 'ureadahead', 'kdm', 'systemd-logind'])
23
24
 
24
25
        before = set()
25
26
        with open('/var/log/running-services.log') as f: