MetaData Sharing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
427 B

  1. [
  2. {
  3. "title": "gen ident",
  4. "cmd": [ "genident", "name=A Test User" ]
  5. },
  6. {
  7. "special": "set hostid",
  8. "comment": "and that a modified hostid",
  9. "hostid": "ceaa4862-dd00-41ba-9787-7480ec1b2679"
  10. },
  11. {
  12. "title": "that hosts lists itself",
  13. "cmd": [ "hosts" ],
  14. "stdout_re": ".*\tceaa4862-dd00-41ba-9787-7480ec1b2679\n"
  15. },
  16. {
  17. "special": "verify store object cnt",
  18. "comment": "and that the host object was created",
  19. "count": 1
  20. }
  21. ]