summaryrefslogtreecommitdiffstats
path: root/src/test/admin_socket_output.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: always include <filesystem>Kefu Chai2021-06-091-6/+2
| | | | | | | | since there is no need to be compatible with GCC older than GCC-8, so there is no need to use <experimental/filesystem> as an alternative of <filesystem> anymore. Signed-off-by: Kefu Chai <kchai@redhat.com>
* test,tool: include <filesystem> if availableKefu Chai2020-11-271-2/+6
| | | | | | | | and use "<experimental/filesystem>" as a fallback. since GCC-9 has included <filesystem> already. Signed-off-by: Kefu Chai <kchai@redhat.com>
* src: Added const references to various function parametersWilson E. Alvarez2018-04-061-2/+2
| | | | | | | Added const references to various function parameters in order to avoid copying data unnecessarily and enhancing performance Signed-off-by: Wilson E. Alvarez <wilson.e.alvarez1@gmail.com>
* test/test_admin_socket_output: allow different asok directoryKefu Chai2018-02-081-2/+2
| | | | | | | the asok files are not necessary located in ./out, actually, they are put in $TMPDIR/ceph-asok.$random_stuff . Signed-off-by: Kefu Chai <kchai@redhat.com>
* test/admin_socket_output: switch to std::experimental::filesystemKefu Chai2018-02-051-5/+3
| | | | | | so we don't need to compile boost::filesystem anymore. Signed-off-by: Kefu Chai <kchai@redhat.com>
* tests: Add integration tests for admin socket outputBrad Hubbard2017-06-071-0/+78
Add a framework to test all admin socket commands as reported by "help" as well as custom commands. Signed-off-by: Brad Hubbard <bhubbard@redhat.com>