-
Type: Story
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.3
-
Component/s: Testing
-
Labels:
-
Story Points:3
-
Epic Link:
We have a keyword called `Perform Sanity Test` in Robot framework so that we can refactor what we test the size-changed in ETCD cluster.
Currently, the workflow looks like
- robot .... -> scale down etcd clsuter
- robot ... -> santiy test
- robot ....-> scale up etcd cluster
We can put all of them together into a single testcase.