You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

S.No

Test case name

Repro steps

Verification

Execution result

1

call deployVirtualmachine api with <2k user data on port 8080 with get request

call deployVirtualmachine api with <2k user data on port 8080

API is successful and VM is created
DB table user-vm-view shows proper values for userdata

Pass

2

call deployVirtualmachine api with <2k user data on port 8096 with get request

Open port 8096 for CS
call deployVirtualmachine api with <2k user data on port 8096

API is successful and VM is created
DB table user-vm-view shows proper values for userdata

Pass

3

call deployVirtualmachine api with >32k user data on port 8080 with post request

call deployVirtualmachine api with >32k user data on port 8080

API is successful and VM is created
DB table user-vm-view shows proper values for userdata

 

4

call deployVirtualmachine api with >32k user data on port 8096 with post request

Open port 8096 for CS
call deployVirtualmachine api with>32kuser data on port 8096

API is successful and VM is created
DB table user-vm-view shows proper values for userdata

Pass

5

all deployVirtualmachine api with >32k user data on port 8096 with get  request

Open port 8096 for CS
call deployVirtualmachine api with>32kuser data on port 8096

API fails

Pass

6

call deployVirtualmachine api with <2k user data on port 8096 with post  request

Open port 8096 for CS
call deployVirtualmachine api with <2k user data on port 8096

API is successful and VM is created
DB table user-vm-view shows proper values for userdata

Pass

  • No labels