Commit 00a07d81 authored by AHMADABB's avatar AHMADABB
Browse files

Sol005 High level Code

parent 78f7b8ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -17,13 +17,13 @@ Post Cancel operation task Not Found
    [Setup]    Check Cancel not supported
    [Setup]    Check Cancel not supported
	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
		
		
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
	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
	
	
PUT Cancel operation task - Method not implemented
PUT Cancel operation task - Method not implemented
    PUT Cancel operation task
    PUT Cancel operation task
+2 −2
Original line number Original line Diff line number Diff line
@@ -17,13 +17,13 @@ Post Continue operation task Not Found
    [Setup]    Check Continue not supported
    [Setup]    Check Continue not supported
	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
		
		
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
	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
	
	
PUT Continue operation task - Method not implemented
PUT Continue operation task - Method not implemented
    PUT Continue operation task
    PUT Continue operation task
+1 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@ NS Instance Creation
    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
    Check resource not_instantiated
    Check resource not_instantiated
    
    
    
    
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@ NS Instance Deletion
    Check resource not_instantiated
    Check resource not_instantiated
    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
   
   
    
    
    
    
 No newline at end of file
+2 −2
Original line number Original line Diff line number Diff line
@@ -17,13 +17,13 @@ Post Fail operation task Not Found
    [Setup]    Check Fail not supported
    [Setup]    Check Fail not supported
	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
		
		
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
	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
	
	
PUT Fail operation task - Method not implemented
PUT Fail operation task - Method not implemented
    PUT Fail operation task
    PUT Fail operation task
Loading