issues Search Results · repo:paranlee/robotframework-c-cpp-demo language:RobotFramework
Filter by
5 results
(41 ms)5 results
inparanlee/robotframework-c-cpp-demo (press backspace or delete to remove)Add linux kernel module runtime test.
Routine like below.
MY_KEYWORD=SOME_JOB_LOG
modprobe myModule.ko \
sleep 10 # some jobs
rmmod myModule.ko
dmsg | grep $MY_KEYWORD
paranlee
- Opened on Feb 11, 2022
- #2
Add real example like below.
dynamic so import
def test_func_python_wrapper(arg, so_lib_path = my/path/myLib.so ):
CDLL(so_lib_path).this_func_in_the_so_lib_will_tested(arg):
paranlee
- Opened on Feb 10, 2022
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.