Advertisement
Guest User

Untitled

a guest
Oct 16th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. ##----------------------------------------------------------------------
  3. ## Cisco.IOSXR.get_version test
  4. ## Auto-generated by ./noc debug-script at 16.10.2012 17:42:18
  5. ##----------------------------------------------------------------------
  6. ## Copyright (C) 2007-2012 The NOC Project
  7. ## See LICENSE for details
  8. ##----------------------------------------------------------------------
  9.  
  10. ## NOC modules
  11. from noc.lib.test import ScriptTestCase
  12.  
  13.  
  14. class Cisco_IOSXR_get_version_Test(ScriptTestCase):
  15. script = "Cisco.IOSXR.get_version"
  16. vendor = "Cisco"
  17. platform = "<<<INSERT YOUR PLATFORM HERE>>>"
  18. version = "<<<INSERT YOUR VERSION HERE>>>"
  19. input = {}
  20. result = {'platform': 'ASR9K', 'vendor': 'Cisco', 'version': '4.2.1'}
  21. motd = ' \n\n\n'
  22. cli = {
  23. 'terminal length 0': 'terminal length 0\nTue Oct 16 17:42:14.088 EEST\n',
  24. }
  25. snmp_get = {'1.3.6.1.2.1.1.1.0': 'Cisco IOS XR Software (Cisco ASR9K Series), Version 4.2.1[Default]\r\nCopyright (c) 2012 by Cisco Systems, Inc.'}
  26. snmp_getnext = {}
  27. http_get = {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement