예제 #1
0
    def start(self):
        """ The task start callback """
        super(RwLogTestTasklet, self).start()

        self._dts = rift.tasklets.DTS(self.tasklet_info,
                                      RwVnfrYang.get_schema(), self.loop,
                                      self.on_dts_state_change)
 def configure_schema(cls):
     return RwVnfrYang.get_schema()