Guest User

Untitled

a guest
Dec 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. *** Variables ***
  2. ${RESULT} 0
  3.  
  4. *** Keywords ***
  5. Read Json Config Values
  6. Log To Console "Setting up the config values globally"
  7. config_parser.Json Config Parser
  8. Import Variables /home/kirti/src/Helper/variables.py
  9. Log Variables INFO
  10.  
  11. Check Machines Reachability
  12. utilities.Check All Machines Status
  13.  
  14. Check SNMP Counter
  15. utilities.Get Snmp 192.178.1.2 PPSessionCount
  16.  
  17. Call Clean Up
  18. #${cleanupobj}= cleanup.create cleanup
  19. #${name}= ${cleanupobj.cc()}
  20. Import Library /home/kirti/src/executor/cleanup.py
  21. ${cmp}= Get library instance CleanUp
  22. Log To Console ${cmp}.__class__.__name__
  23. #${name}= Call method ${cmp} Create cleanup
  24. ${name}= Call method ${cmp} cc
  25. #${name}= Call method ${cleanupobj} env cleanup
  26. #Log To Console "${name}"
  27. #Log Variables INFO
  28. utilities.Check All Machines Status
Add Comment
Please, Sign In to add comment