summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.server
Commit message (Collapse)AuthorAgeFilesLines
* Filter the path of stap as called by the client and server.Dave Brolley2010-03-041-8/+13
|
* PR11105 part 2: tighten constraints on stap-server parameters passed to makeFrank Ch. Eigler2010-02-122-36/+37
| | | | | | | * util.h, util.cxx (assert_match_regexp): New function. * main.cxx (main): Constrain -R, -r, -a, -D, -S, -q, -B flags. * stap-serverd (listen): Harden stap-server-connect with ulimit/loop. * testsuite/systemtap.server/{client,server}_args.exp: Revised.
* Compile server logging and robustness.Dave Brolley2010-02-021-2/+3
| | | | | | Log certificate location and status when starting server. Additional care in handling arguments in stap-serverd. New test case discovered by fuzzing added and fixed.
* PR 11105: Remaining client-side problems:Dave Brolley2010-02-022-1/+7
| | | | | stap-client: Correct handling of embedded newlines in arguments. server_args.exp: Add additional cases discovered by fche and by fuzzing.
* Correct client-side quoting issues discovered by fche during the server-side ↵Dave Brolley2010-01-181-3/+6
| | | | | | reimplementation. Also add the test cases to the test suite.
* testsuite: fix wording of invalid-entry test groupFrank Ch. Eigler2010-01-151-2/+2
|
* Allow / as a random argyment character when fuzzing.Dave Brolley2010-01-141-1/+1
|
* Test newline characters as part of fuzzing argument strings.Dave Brolley2010-01-131-1/+2
|
* Add some additional test cases.Dave Brolley2010-01-111-0/+17
|
* Invalid casess can be tested for 'make check'.Dave Brolley2010-01-111-47/+49
|
* Rework filtering of client options. Add testsuite.Dave Brolley2010-01-112-0/+103
|
* New test suite for client/server argument handling.Dave Brolley2010-01-081-0/+169
|
* Client argument handling:Dave Brolley2010-01-071-4/+0
| | | | | | | Pass partial options to the server instead of complaining about them in the client. Update known failures from buildok in server.exp.
* PR4105: removing redundant buildok/twentysix.stp testFrank Ch. Eigler2009-04-011-1/+0
|
* Check for required resources and tools before attempting tests using the ↵Dave Brolley2009-02-202-8/+15
| | | | | | client/server. Ensure that tests run with/without the server have unique names.
* New basic tests for client/server.Dave Brolley2009-02-201-0/+40