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 <pudlak@google.com> Reviewed-by:
Hrvoje Ribicic <riba@google.com>
Please register or sign in to comment