KTEST_SEPARATOR
module = strsep(&cp, KTEST_SEPARATOR);
suite = strsep(&cp, KTEST_SEPARATOR);
if (strstr(cp, KTEST_SEPARATOR) != NULL) {