Commit c105e2fb authored by AHMADABB's avatar AHMADABB
Browse files

Hish level rearengement

parent 91f8fa35
Loading
Loading
Loading
Loading
+7 −7
Original line number Original line Diff line number Diff line
@@ -10,35 +10,35 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Post Cancel operation task
Post Cancel operation task
    Depends on test    Check resource FAILED_TEMP
    Depends on test    Check resource FAILED_TEMP
	Do POST Cancel operation task
	POST Cancel operation task
	Check HTTP Response Status Code Is    202
	Check HTTP Response Status Code Is    202
	
	
Post Cancel operation task Not Found
Post Cancel operation task Not Found
    [Setup]    Check Cancel not supported
    [Setup]    Check Cancel not supported
	Do POST Cancel operation task
	POST Cancel operation task
	Check HTTP Response Status Code Is    404
	Check HTTP Response Status Code Is    404
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
		
		
Post Cancel operation task Conflict
Post Cancel operation task Conflict
    Depends on test failure      Check resource FAILED_TEMP
    Depends on test failure      Check resource FAILED_TEMP
	Do POST Cancel operation task
	POST Cancel operation task
	Check HTTP Response Status Code Is    409
	Check HTTP Response Status Code Is    409
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
	
	
PUT Cancel operation task - Method not implemented
PUT Cancel operation task - Method not implemented
    Do PUT Cancel operation task
    PUT Cancel operation task
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405


PATCH Cancel operation task - Method not implemented
PATCH Cancel operation task - Method not implemented
    Do PATCH Cancel operation task
    PATCH Cancel operation task
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405


DELETE Cancel operation task - Method not implemented
DELETE Cancel operation task - Method not implemented
    Do DELETE Cancel operation task
    DELETE Cancel operation task
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405
    
    
GET Cancel operation task - Method not implemented 
GET Cancel operation task - Method not implemented 
	Do GET Cancel operation task
	GET Cancel operation task
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405




+7 −7
Original line number Original line Diff line number Diff line
@@ -10,35 +10,35 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Post Continue operation task
Post Continue operation task
    Depends on test    Check resource FAILED_TEMP
    Depends on test    Check resource FAILED_TEMP
	Do POST Continue operation task
	POST Continue operation task
	Check HTTP Response Status Code Is    202
	Check HTTP Response Status Code Is    202
	
	
Post Continue operation task Not Found
Post Continue operation task Not Found
    [Setup]    Check Continue not supported
    [Setup]    Check Continue not supported
	Do POST Continue operation task
	POST Continue operation task
	Check HTTP Response Status Code Is    404
	Check HTTP Response Status Code Is    404
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
		
		
Post Continue operation task Conflict
Post Continue operation task Conflict
    Depends on test failure  Check resource FAILED_TEMP
    Depends on test failure  Check resource FAILED_TEMP
	Do POST Continue operation task
	POST Continue operation task
	Check HTTP Response Status Code Is    409
	Check HTTP Response Status Code Is    409
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
	
	
PUT Continue operation task - Method not implemented
PUT Continue operation task - Method not implemented
    Do PUT Continue operation task
    PUT Continue operation task
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405


PATCH Continue operation task - Method not implemented
PATCH Continue operation task - Method not implemented
    Do PATCH Continue operation task
    PATCH Continue operation task
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405


DELETE Continue operation task - Method not implemented
DELETE Continue operation task - Method not implemented
    Do DELETE Continue operation task
    DELETE Continue operation task
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405
    
    
GET Continue operation task - Method not implemented 
GET Continue operation task - Method not implemented 
	Do GET Continue operation task
	GET Continue operation task
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405




+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ Library JSONSchemaLibrary schemas/


*** Test Cases ***
*** Test Cases ***
NS Instance Creation
NS Instance Creation
    Do POST New nsInstance
    POST New nsInstance
    Check HTTP Response Status Code Is    201
    Check HTTP Response Status Code Is    201
    Check HTTP Response Header Contains    Location
    Check HTTP Response Header Contains    Location
    Check HTTP Response Body Json Schema Is    NsIdentifierCreationNotification.schema.json
    Check HTTP Response Body Json Schema Is    NsIdentifierCreationNotification.schema.json
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@ Suite Setup Check resource existance
*** Test Cases ***
*** Test Cases ***
NS Instance Deletion
NS Instance Deletion
    Check resource not_instantiated
    Check resource not_instantiated
    Do DELETE IndividualNSInstance
    DELETE IndividualNSInstance
    Check HTTP Response Status Code Is    204
    Check HTTP Response Status Code Is    204
    Check HTTP Response Body Json Schema Is    NsIdentifierDeletionNotification.schema.json
    Check HTTP Response Body Json Schema Is    NsIdentifierDeletionNotification.schema.json
   
   
+7 −7
Original line number Original line Diff line number Diff line
@@ -10,35 +10,35 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Post Fail operation task
Post Fail operation task
    Depends on test    Check resource FAILED_TEMP
    Depends on test    Check resource FAILED_TEMP
	Do POST Fail operation task
	POST Fail operation task
	Check HTTP Response Status Code Is    202
	Check HTTP Response Status Code Is    202
	
	
Post Fail operation task Not Found
Post Fail operation task Not Found
    [Setup]    Check Fail not supported
    [Setup]    Check Fail not supported
	Do POST Fail operation task
	POST Fail operation task
	Check HTTP Response Status Code Is    404
	Check HTTP Response Status Code Is    404
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
		
		
Post Fail operation task Conflict
Post Fail operation task Conflict
    Depends on test failure      Check resource FAILED_TEMP
    Depends on test failure      Check resource FAILED_TEMP
	Do POST Fail operation task
	POST Fail operation task
	Check HTTP Response Status Code Is    409
	Check HTTP Response Status Code Is    409
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
	Check HTTP Response Body Json Schema Is    ProblemDetails.schema.json
	
	
PUT Fail operation task - Method not implemented
PUT Fail operation task - Method not implemented
    Do PUT Fail operation task
    PUT Fail operation task
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405


PATCH Fail operation task - Method not implemented
PATCH Fail operation task - Method not implemented
    Do PATCH Fail operation task
    PATCH Fail operation task
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405


DELETE Fail operation task - Method not implemented
DELETE Fail operation task - Method not implemented
    Do DELETE Fail operation task
    DELETE Fail operation task
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405
    
    
GET Fail operation task - Method not implemented 
GET Fail operation task - Method not implemented 
	Do GET Fail operation task
	GET Fail operation task
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405




Loading