-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[issue 78] - Fixing HyperfoilOperatorProvisionerTest by setting the H…
…yperfoil version that is matching the operator one (0.24.2)
- Loading branch information
Showing
4 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
name: k8s-hello-world | ||
# List of agents the Controller should deploy | ||
agents: | ||
agent-one: | ||
# This defines the agent using SSH connection to localhost, port 22 | ||
agent-one: localhost:22 | ||
# Another agent on localhost, this time defined using properties | ||
agent-two: | ||
host: localhost | ||
port: 22 | ||
http: | ||
host: !param HOST_URL | ||
duration: 120s | ||
usersPerSec: 2 | ||
duration: 120s | ||
scenario: | ||
- test: | ||
- httpRequest: | ||
GET: / | ||
- test: | ||
- httpRequest: | ||
GET: / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters