[Bug testsuite/16326] client.exp and local stap-server interactions
mcermak at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Dec 13 16:03:00 GMT 2013
https://sourceware.org/bugzilla/show_bug.cgi?id=16326
--- Comment #1 from mcermak <mcermak at redhat dot com> ---
Also foreign stap-servers randomly running around break the testcase if theyŕe
not trusted. The testcase aparently somehow expect some such servers to run:
[ ... ]
# There may be other servers running. Let's keep track of
# them.
#
[ ... ]
But if the're not trusted, the testcase simply fails:
FAIL: Verify existing trusted server list
FAIL: Verify existing signing server list
It's because `stap --list-servers=trusted` differs from `stap
--list-servers=all` and `stap --list-servers=signing` differs from `stap
--list-servers=all`.
Described behaviour may complicate automated usage of the testcase. One
possible solution would be to automatically add trust fo all such servers.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list