Petr Menšík
Petr Menšík
Commenting line with speed passes tests on all platforms.
Could be checking of non-zero test of cpu speed removed, when it is known to be zero on some platforms? Could be just sufficient test speed >= 0? I could...
It seems to me this cannot work on Fedora, because ``sysctl kernel/core_pattern`` is set to ``kernel.core_pattern = |/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h``. That means it does not...
It seems the variable does not help much. ``` sh-5.1# pwd /builddir/build/BUILD/kyua-0.13/utils sh-5.1# ../local-kyua --variable run_coredump_tests=false --loglevel debug debug stacktrace_test:dump_stacktrace__ok Looking for 'exited with signal [0-9]* and dumped' in 'Process...
Used ``sed -e 's/name="stacktrace_test"/&,required_configs="enable_stacktrace"/' -i utils/Kyuafile`` from spec file. Current tests are failing on Fedora Rawhide, on 32b platforms and on ppc64le.
No, perl implementation does not handle it well also. ``` prove -v ./timer_test ./timer_test .. [==========] Running 0 test(s). [==========] 0 test(s) run. [ PASSED ] 0 test(s). No subtests...
I just learned from NM guys on IRC, that ~/.cert directory has different SELinux context. It should be available to charon-nm if user saves certificates inside that directory. chmod +x...
Please wait, I were not able to confirm it works yet. Do you know any strongswan server I could use for testing, without configuring my own service somewhere?
Oh, okay. At least for readable cert stored in ~/.cert/, no failure is reported. I had to enable +x on my home. I had to call ``restorecon -R ~/.cert`` after...
We have received request to include this feature into Fedora strongswan package. But one of original arguments in mailing list were lack of design document. I have found something on...