SOL003 VNF Lifecycle Management - Implementation of deltas between v2.7.1 and v2.6.1
Merge request reports
Activity
added MR ready to review label
●SOL003 VNF Lifecycle Management-API/InstansiateVNF Task.robot
I have a question about fixing Post-Conditions on line 21.
It has been fixed to "Post-Conditions: none", but isn't it better to have "VNF instance resource is in INSTANTIATED state"?
※ Because Pre-Condition is described as "VNF instance resource is in NOT INSTANTIATED state", it is considered that the described level is suitable.
In relation to the above, the line 20 of "SOL003 VNF Lifecycle Management-API/Terminate VNF Task.robot" has a similar description.
Although it says "Post-Conditions: none", isn't it "VNF instance resource is in NOT INSTANTIATED state"?
The related Instantiate VNF Task test is intended to check that the VNF instantiation request is correctly. It's not testing the full instnatiation workflow, and therefore at the end of the test the VNF should not be in INSTANTIATED state.
So imho "post-condition: none" is appropriate.
added MR ready to be merged label and removed MR ready to review label
mentioned in commit bb406382