clitests
来自「Pegasus is an open-source implementation」· 代码 · 共 29 行
TXT
29 行
#!/bin/bash# # The following set of commands tests the new Classes configured through the# Test provider interface. If the ProviderModule registers one or more test # providers and every provider has in turn multiple classes within itself then# the following set should be run for each and every class of all the providers.namespace="root/SampleProvider"#enumerateinstancesCLI -v ei -n $namespace ExceptionsTestClass 2>&1 | tee CLI.output#enumerateclassesCLI -v ec -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output#enumerateinstancenamesCLI -v ni -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output#enumerateclassnamesCLI -v nc -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output#getclassCLI -v gc -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output#getinstanceCLI -v gi -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?