problem submitting my kernel regression tests ModuleNotFoundError
hello all i seem to be having a problem submitting my kernel regression tests previously i couldn't run the test properly cause i was the root user so i as a regular user ran the git clone https://pagure.io/kernel-tests.git than i ran cp config.example .config then i ran the test:
Test suite called with default
./default/libhugetlbfs SKIP
./default/posix_timers PASS
./default/selinux-dac-controls SKIP
./default/sysfs-perms PASS
./default/cachedrop SKIP
./default/paxtest SKIP
./default/insert_leap_second SKIP
./default/stack-randomness SKIP
./default/timer-overhead PASS
./default/modsign SKIP
./default/memfd PASS
./default/mq-memory-corruption PASS
./thirdparty/nvidia-module SKIP
Test suite complete PASS
Your log file is being submitted...
Traceback (most recent call last):
File "./fedora_submit.py", line 6, in <module>
from fedora.client import OpenIdBaseClient
ModuleNotFoundError: No module named 'fedora'
The following information is not submitted with your log;
it is for informational purposes only.
Vulnerability status:
/sys/devices/system/cpu/vulnerabilities/meltdown:Vulnerable
/sys/devices/system/cpu/vulnerabilities/spec_store_bypass:Vulnerable
/sys/devices/system/cpu/vulnerabilities/spectre_v1:Mitigation: __user pointer sanitization
/sys/devices/system/cpu/vulnerabilities/spectre_v2:Mitigation: Full generic retpoline
[fairbrother@localhost kernel-tests]$ rpm -V python3-librepo
[fairbrother@localhost kernel-tests]$ mc
i dont think its working does anybody know if my test is submitting or why it says ModuleNotFoundError: No module named 'fedora' ? thanks