Commit 26db3c3a authored by mengxuan.zhao's avatar mengxuan.zhao
Browse files

minor bug fix

parent eb8a950e
...@@ -8,8 +8,8 @@ Suite setup Check resource existance ...@@ -8,8 +8,8 @@ Suite setup Check resource existance
*** Test Cases *** *** Test Cases ***
Scale a vnfInstance Scale a vnfInstance
[Documentation] Instantiate VNF The POST method instantiates a VNF instance. [Documentation] Scale VNF The POST method scales a VNF instance.
Log Trying to Instantiate a vnf Instance Log Trying to scale a vnf Instance
Set Headers {"Accept":"${ACCEPT}"} Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
...@@ -19,7 +19,7 @@ Scale a vnfInstance ...@@ -19,7 +19,7 @@ Scale a vnfInstance
Log Status code validated Log Status code validated
Scale a vnfInstance Conflict (Not-Instantiated) Scale a vnfInstance Conflict (Not-Instantiated)
# TODO: Need to set the pre-condition of the test. VNF instance shall be in INSTANTIATED state # TODO: Need to set the pre-condition of the test. VNF instance shall be in NOT-INSTANTIATED state
[Documentation] Conflict. [Documentation] Conflict.
... The operation cannot be executed currently, due to a conflict with the state of the VNF instance resource. ... The operation cannot be executed currently, due to a conflict with the state of the VNF instance resource.
... Typically, this is due to the fact that the VNF instance resource is in NOT-INSTANTIATED state, or that another lifecycle management operation is ongoing. ... Typically, this is due to the fact that the VNF instance resource is in NOT-INSTANTIATED state, or that another lifecycle management operation is ongoing.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment