Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

   - SetNetwork - creates a Network for AppInstance  


State - global state

observe() - starts monitoring

getState() 

StreamProcessor - reads stream from Info/Log/Metrics

CreateProcessor(func) 

   func - processes single log. Returns true if found something. false if not found

.Success

.Fail

Fail or Succcess  - rely on Go infrastructure


/* Asserts - used for getting status - waiting for some action and return 

createAssertSuccess (AssertType, ObjectName,  AssertFunction)  -creates Assert for Success. 

...

createAssertFail(Checkreboot(EdgeNode1, 5, controller))


*/