1
0
Commit Graph

82 Commits

Author SHA1 Message Date
6a9bfb503f
refactor: set qemu default values as constants 2024-02-25 18:02:39 +00:00
bd2f274887
refactor: logs 2024-02-21 13:30:49 +00:00
592fdc8b83
refactor(logs): show timeout 2024-02-20 15:08:44 +00:00
48e5e8cd04
refactor: rand.Seed not required anymore 2024-02-20 12:28:27 +00:00
b4bf0314f0
refactor: remove ioutil (deprecated) 2024-02-20 12:04:24 +00:00
d43cd36858
refactor: debug logging 2024-02-20 12:03:35 +00:00
67ffa2347a
feat: export GetFreeAddrPort 2024-02-20 12:01:41 +00:00
1b3e23d188
feat: watch for kernel panic/warn/bug 2023-12-25 15:03:46 +00:00
6d6ee135cd
feat: make qemu cpu model/flags configurable 2023-06-01 14:19:17 +00:00
49760c065e
fix: set error when qemu is dead 2023-05-24 19:46:11 +00:00
5749f7d96e
Revert "fix: check client is not nil before closing"
This reverts commit 94285cd94d.
2023-05-24 19:43:40 +00:00
94285cd94d
fix: check client is not nil before closing 2023-05-24 19:36:54 +00:00
bf9a43c1b8
feat: reduce the default retry count to 4 2023-05-24 18:51:02 +00:00
7d0ee9a1dc
fix: do not continue retrying when qemu is dead 2023-05-24 18:47:46 +00:00
04d6f0dbd3
fix: exit on panic while waiting for ssh 2023-05-24 18:39:01 +00:00
b88ab7cca3
feat: emulate a cpu on macOS with all features supported by KVM 2023-05-21 14:33:46 +00:00
a607ce62d1
feat: set -cpu max, also for non-kvm 2023-05-17 17:45:52 +00:00
d5ea97c532
Stop waiting for ssh if qemu is dead 2023-05-10 12:30:01 +00:00
3677adece9
Implements the parameter to specify an endless stress script 2023-05-08 22:01:10 +00:00
15d8ab8137
Do not lose stdout 2023-05-08 21:35:47 +00:00
c1c5afc0e0
ssh dial with retry 2023-05-08 14:54:28 +00:00
2e5c386c42
Revert "Lock ssh handshake"
This reverts commit b558269ac3.
2023-05-08 14:40:57 +00:00
b558269ac3
Lock ssh handshake 2023-05-08 14:30:53 +00:00
d4f826d44b
Debug logging 2023-05-08 14:30:09 +00:00
7b94053376
Avoid use of external scp command 2023-05-07 18:14:59 +00:00
0826948568
Try creating a new session in ssh check 2023-05-07 15:24:10 +00:00
4f80122039
Implements per-test logging to the current working directory 2023-05-02 11:10:57 +00:00
8922b3e548
Retry scp if failed 2023-05-01 15:10:39 +00:00
e04154b235
Fix stderr log 2023-04-26 14:35:20 +00:00
d65d683dfc
Fix name of ubuntu image generator 2023-04-09 14:16:29 +00:00
bb319a9ff6
Export qemu arguments 2023-04-07 21:17:34 +00:00
c0dd0ae07b
Trim last added newline 2023-04-06 20:45:20 +00:00
f57b3408be
Add stdout trace for qemu 2023-04-06 19:50:57 +00:00
bbd6f79443
Add stdout trace for qemu ssh commands 2023-04-06 18:20:55 +00:00
d6c678b0cd
Do not use the default known hosts file 2023-03-19 18:00:10 +00:00
e2fcc20f36
Improve logging 2023-03-19 17:59:56 +00:00
60bc7238a8
Use the legacy SCP protocol for directory transfers instead of SFTP 2023-03-19 17:56:09 +00:00
04106e7537
VM commands debug logs 2023-03-19 13:30:10 +00:00
08beba2bab
Add debug logs for exec.Command 2023-03-19 13:14:14 +00:00
feb1ab7d37
Revert "Use the legacy SCP protocol for directory transfers instead of SFTP"
This reverts commit cc1261b0b0.
2023-03-16 18:54:48 +00:00
0e153b2763
debug: add parameters to set ssh addr/port 2023-02-28 19:11:28 +00:00
cc1261b0b0
Use the legacy SCP protocol for directory transfers instead of SFTP 2023-02-16 08:30:29 +00:00
24b6749504
Wait until ssh is available 2023-02-16 06:30:59 +00:00
3d6961dfd7
Treat any SCP output as an error 2023-02-15 11:45:25 +00:00
d59049e531
qemu: add CopyDirectory (via scp) 2023-02-15 11:20:30 +00:00
0529b30558
qemu: allow to run mutable 2023-02-15 09:48:13 +00:00
1deb201e25
Switch to Ubuntu 22.04 for testing 2023-01-19 17:22:25 +00:00
81234fc3a6
Update bootstrap scripts to Ubuntu 20.04 2020-05-30 11:37:00 +00:00
bd27e890d1
Add timeout after start qemu for tests 2019-12-27 07:52:26 +00:00
14b8010fee
Fix spelling 2019-08-21 06:16:25 +00:00