~allenap/maas/xxx-a-thon

« back to all changes in this revision

Viewing changes to src/provisioningserver/dhcp/tests/test_notifier.py

  • Committer: LaMont Jones
  • Date: 2016-03-07 23:20:52 UTC
  • mfrom: (4657.1.84 maas)
  • mto: (4657.1.93 maas)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: lamont@canonical.com-20160307232052-rgfxbq7dujj6s093
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright 2014-2015 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
 
"""Tests for maas-provision dhcp-notify command."""
 
4
"""Tests for maas-rack dhcp-notify command."""
5
5
 
6
6
__all__ = []
7
7
 
67
67
        self.addCleanup(service.stopService)
68
68
 
69
69
        call_and_check([
70
 
            "%s/bin/maas-provision" % root,
 
70
            "%s/bin/maas-rack" % root,
71
71
            "dhcp-notify",
72
72
            '--action', action,
73
73
            '--mac', mac,