mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
Add Atomic Value's getAndSet() to stc test
- Part of [ONOS-2451] Change-Id: Ic428f2aa56c5bafdf44cd9951504e5ba1d92bf2b
This commit is contained in:
parent
0b51d430df
commit
3988a56ede
@ -45,8 +45,16 @@
|
||||
requires="Distributed-Primitive-Value.Test-Value-CompareAndSet-True"
|
||||
exec="onos-cluster-execute-expect value-test test-value get --expect v1"/>
|
||||
|
||||
<step name="Distributed-Primitive-Value.Destroy-Value"
|
||||
<step name="Distributed-Primitive-Value.Test-Value-GetAndSet"
|
||||
requires="Distributed-Primitive-Value.Test-Value-Updated-After-CAS"
|
||||
exec="onos-execute-expect ${OCI} value-test test-value getAndSet v2 --expect v1"/>
|
||||
|
||||
<step name="Distributed-Primitive-Value.Test-Value-Updated-After-GetAndSet"
|
||||
requires="Distributed-Primitive-Value.Test-Value-GetAndSet"
|
||||
exec="onos-cluster-execute-expect value-test test-value get --expect v2"/>
|
||||
|
||||
<step name="Distributed-Primitive-Value.Destroy-Value"
|
||||
requires="Distributed-Primitive-Value.Test-Value-Updated-After-GetAndSet"
|
||||
exec="onos ${OCI} value-test test-value set null"/>
|
||||
|
||||
<group name="Distributed-Primitive-Value.Check-Log-Exceptions"
|
||||
|
Loading…
x
Reference in New Issue
Block a user