« Previous | Next » 

Revision e44b72bb

IDe44b72bb6bf21fde7c8812362db3ffcef091e876
Parent 70e6a07e
Child b337aeb4

Added by Petr Pudlak almost 10 years ago

Allow QA node acquisition and group creation using `with`

For acquiring nodes use `with AcquireManyNodes(num): ...`. The nodes
will be released automatically.
For creating a new group use `with NewGroupCtx() as group: ...`. The
group will be removed automatically.

Signed-off-by: Petr Pudlak <>
Reviewed-by: Hrvoje Ribicic <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences