summaryrefslogtreecommitdiffstats
path: root/src/test/test_random_string.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: move gen_rand_alphanumeric() helpers into commonCasey Bodley2019-11-121-1/+36
| | | | | | | | and adds overloads that return std::string directly the motivation is to remove cls_otp's dependency on rgw_common.h Signed-off-by: Casey Bodley <cbodley@redhat.com>
* test: add unit tests for gen_rand_alphanumeric helpersCasey Bodley2019-11-121-0/+85
Signed-off-by: Casey Bodley <cbodley@redhat.com>