9fbfe5c321
* tobiko-fault allows you to run different faults on different nodes in your environment. * If os-faults configuration not present, tobiko-fault will generate it. Change-Id: I428aebcbcdc3c9997a0c839e6a18564433e68ba8
13 lines
301 B
Markdown
13 lines
301 B
Markdown
# Tobiko Usage Examples
|
|
|
|
|
|
## Faults
|
|
|
|
Use `tobiko-fault` to run only faults, without running resources population or tests.
|
|
|
|
Note: `tobiko-fault` can executed only from undercloud node.
|
|
|
|
To restart openvswitch service, run the following command:
|
|
|
|
tobiko-fault --fault "restart openvswitch service"
|