Re: [PR] Add some features [cloudstack-csbench]

2023-12-27 Thread via GitHub
harikrishna-patnala commented on PR #7: URL: https://github.com/apache/cloudstack-csbench/pull/7#issuecomment-1870057276 Merged this based on test results and approvals. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Add some features [cloudstack-csbench]

2023-12-27 Thread via GitHub
harikrishna-patnala merged PR #7: URL: https://github.com/apache/cloudstack-csbench/pull/7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr.

Re: [PR] Add some features [cloudstack-csbench]

2023-12-26 Thread via GitHub
vishesh92 commented on code in PR #7: URL: https://github.com/apache/cloudstack-csbench/pull/7#discussion_r1436390568 ## config/config: ## @@ -7,28 +7,35 @@ page = 0 # Max number of items to return per API call pagesize = 500 # Zone to use for VMs. Used only for -create -zone

Re: [PR] Add some features [cloudstack-csbench]

2023-12-26 Thread via GitHub
rohityadavcloud commented on code in PR #7: URL: https://github.com/apache/cloudstack-csbench/pull/7#discussion_r1436379174 ## config/config: ## @@ -7,28 +7,35 @@ page = 0 # Max number of items to return per API call pagesize = 500 # Zone to use for VMs. Used only for -create

Re: [PR] Add some features [cloudstack-csbench]

2023-12-26 Thread via GitHub
rohityadavcloud commented on code in PR #7: URL: https://github.com/apache/cloudstack-csbench/pull/7#discussion_r1436379019 ## config/config: ## @@ -7,28 +7,35 @@ page = 0 # Max number of items to return per API call pagesize = 500 # Zone to use for VMs. Used only for -create

[PR] Add some features [cloudstack-csbench]

2023-12-26 Thread via GitHub
vishesh92 opened a new pull request, #7: URL: https://github.com/apache/cloudstack-csbench/pull/7 This PR adds the following features: 1. Allow benchmark of resources during teardown 2. Add pagination while listing resources (Fixes #3) 3. Implement `vmaction` in config which allows t