-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run test that provissioner is sshonly failed #9
Comments
I think you need to set the
|
…operty instead of a system property The `SshOnlyProvisioner` gets the user name from the system variable `fallout.system.user.name` and for some reason that is empty. However, it should fetch the username from the `user.name` property of the sshonly provisioner. This fix addresses datastax#9
@xiaohanjie I've created a PR that fixes this issue with the user name not being picked up from the yaml file. If you can apply it locally, rebuild Fallout and rerun, then it should work. Otherwise, I'll let you know, when a new image is available. |
@xiaohanjie this should be fixed in fallout-1.266.0; please update the issue and let us know. |
fallout build is lastest.
My YAML:
ensemble:
server:
node.count: 1
provisioner:
name: sshonly
properties:
host: 10.4.116.46
user.name: root
user.password: Root123
configuration_manager:
- name: noop
client: server
workload:
phases:
- noop:
module: sleep
properties:
duration: 1s
checkers:
nofail:
checker: nofail
Run the test. Stat is Failed(SETTING_UP)
Check fallout-errors.log
I have a existed_k8s cluster and run a cassandra perfermance test and dtest on it. Could you have example test yaml file for cassandra using Dtest? Thanks!
The text was updated successfully, but these errors were encountered: