📄 testscript
字号:
#!/bin/bash# This script run the TimingClient program and CLI test client program together# in order to test the simultaneous execution of provider methods.# This script also introduces the sleep() in between these 2 clients in order# to load/unload provider.# TODO: Not sure how many seconds are required in order to trigger the unload# of providers.TimingClient sleep(5)# Enumerate Instances/ Instances Name of the classes implemented by the providerCLI ei -n root/SampleProvider TimeOneCLI ni -n root/SampleProvider TimeTwoTimingClientsleep(2)CLI ei -n root/SampleProvider TimeTwoCLI ni -n root/SampleProvider TimeOnesleep(20)TimingClient# Enumerate Base Class and other subclassesCLI ec -n root/SampleProvider TimingSampleClasssleep(1)CLI ec -n root/SampleProvider TimeOnesleep(1)CLI ec -n root/SampleProvider TimeTwo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -