~andreserl/maas/lp1592666

« back to all changes in this revision

Viewing changes to src/maasserver/websockets/tests/test_protocol.py

  • Committer: LaMont Jones
  • Date: 2016-04-11 16:23:26 UTC
  • mfrom: (4900 maas)
  • mto: This revision was merged to the branch mainline in revision 4924.
  • Revision ID: lamont@canonical.com-20160411162326-6ycj8l2j66v2o5es
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
689
689
ALL_NOTIFIERS = (
690
690
    "controller",
691
691
    "device",
 
692
    "dhcpsnippet",
692
693
    "domain",
693
694
    "event",
694
695
    "fabric",
706
707
ALL_HANDLERS = (
707
708
    "controller",
708
709
    "device",
 
710
    "dhcpsnippet",
709
711
    "domain",
710
712
    "event",
711
713
    "fabric",