summaryrefslogtreecommitdiffstats
path: root/Testcases/cfgm_common/uve/cfgm_cpuinfo/cpuinfo/request_skeleton.py
blob: 22463de5d0bf0dfe40916a51d2940c6ffd0c425b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Autogenerated by Sandesh Compiler (1.0)
#
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
#
#  options string: py:new_style
# Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
#


# This autogenerated skeleton file illustrates the implementation of
# derived class to handle the sandesh request.


# Create a derived class from "CpuLoadInfoReq" to handle 
# the sandesh request. Add this derived class "CpuLoadInfoReq_derived"
# in module CpuLoadInfoReq_derived.py and add it in your package

class CpuLoadInfoReq_derived(CpuLoadInfoReq):


  def handle_request(self):
    # Add your code to handle the "CpuLoadInfoReq" request
    pass