Commit ba6c535
authored
CI: Execution of all the tests on altlinux 10/11 is restored (#322)
* CI: Execution of all the tests on altlinux 10/11 is restored
* fix: TestOsOpsCommon::test_get_tmpdir__compare_with_py_info is corrected
1) tempfile.tempdir can return None
2) we have to call tempfile.gettempdir() within ssh connection
* [CI] fix: altlinux-11 does not have pgrep
We have to install procps package.1 parent bb5d9ae commit ba6c535
File tree
3 files changed
+15
-4
lines changed- tests
3 files changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
118 | | - | |
| 121 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
879 | | - | |
880 | | - | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
881 | 889 | | |
882 | 890 | | |
883 | 891 | | |
| |||
0 commit comments