Package | Description |
---|---|
org.opennms.smoketest.utils |
Modifier and Type | Method and Description |
---|---|
KarafShell |
KarafShell.runCommand(String command)
Is the same as
runCommand(command, null . |
KarafShell |
KarafShell.runCommand(String command,
java.util.function.Function<String,Boolean> verifyOutputFunction)
Runs the given command in the karaf shell.
|
KarafShell |
KarafShell.verifyLog(java.util.function.Function<String,Boolean> function)
Is the same as
runCommand(null, function) . |
Copyright © 2022. All rights reserved.