diff options
author | Olivia.Zhan <zhan.jie1@zte.com.cn> | 2019-07-11 10:17:54 +0800 |
---|---|---|
committer | Olivia.Zhan <zhan.jie1@zte.com.cn> | 2019-07-11 10:17:54 +0800 |
commit | fd642d881232830fa54a3c117aca1e3152a8fdbd (patch) | |
tree | ccfd1362c1d9e6ecacfbd60ee54cee96671b30e1 /tests/vfc/nfvo-catalog/PNFDescriptors.robot | |
parent | 4881bf309111157deacdc49c60326d2dcfd65016 (diff) |
Add csit case for Network Service Descriptors
Issue-ID: INT-1015
Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn>
Change-Id: I5c8fe5fc63b87fef7aa05b1b4bf697512f753b7e
Diffstat (limited to 'tests/vfc/nfvo-catalog/PNFDescriptors.robot')
-rw-r--r-- | tests/vfc/nfvo-catalog/PNFDescriptors.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vfc/nfvo-catalog/PNFDescriptors.robot b/tests/vfc/nfvo-catalog/PNFDescriptors.robot index c4fef131..4c5e79e9 100644 --- a/tests/vfc/nfvo-catalog/PNFDescriptors.robot +++ b/tests/vfc/nfvo-catalog/PNFDescriptors.robot @@ -66,8 +66,8 @@ DELETE all PNF Descriptors - Method not implemented ${resp}= Delete Request web_session ${pnf_descriptors_url} Should Be Equal As Strings 405 ${resp.status_code} -DELETE PNF Package - Log DELETE PNF Package +DELETE PNF Descriptor + Log DELETE PNF Descriptor ${headers} Create Dictionary Content-Type=application/json Accept=application/json Create Session web_session http://${CATALOG_IP}:${catalog_port} headers=${headers} ${resp}= Delete Request web_session ${pnf_descriptors_url}/${pnfdId} |