Uses of Class
org.opennms.smoketest.utils.KarafShell
-
Packages that use KarafShell Package Description org.opennms.smoketest.utils -
-
Uses of KarafShell in org.opennms.smoketest.utils
Methods in org.opennms.smoketest.utils that return KarafShell Modifier and Type Method Description KarafShell
KarafShell. runCommand(String command)
Is the same asrunCommand(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 asrunCommand(null, function)
.
-