X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Flinux%2Fchannel.py;h=11361863e5461e7de43e138b984cd11adf89a683;hb=23d041fe2f0d9badf6d637009e2d42a4794325c1;hp=2cd3573e2a72c2fe8c8588179a3cb16fdbe54611;hpb=d50ba1a08e541ded7a8b322493ebb1d0cc59c6ff;p=nepi.git diff --git a/src/nepi/resources/linux/channel.py b/src/nepi/resources/linux/channel.py index 2cd3573e..11361863 100644 --- a/src/nepi/resources/linux/channel.py +++ b/src/nepi/resources/linux/channel.py @@ -25,7 +25,7 @@ from nepi.execution.resource import ResourceManager, clsinit_copy, \ class LinuxChannel(ResourceManager): _rtype = "linux::Channel" _help = "Represents a wireless channel on a network of Linux hosts" - _backend = "linux" + _platform = "linux" def __init__(self, ec, guid): super(LinuxChannel, self).__init__(ec, guid)