| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
e2e, net, vmi_networking: Adjust IPv6 tests to work with fedora 39 Fedora version of the VMI under test was upgraded to 39 in #13322. Passing an empty nameserver:{} to the newer (23.2.1) version of cloud-init causes it to fail. It is recommended to either pass a value or omit the field. Signed-off-by: Ananya Banerjee <anbanerj@redhat.com> | 7 个月前 | |
linter: Introduce a stricter formatter gofumpt A stricter formater allows to reduce formatting and style opinionated comments in reviews and consistency over the codebase. Used the extra flag to add all rules. To automatically format the code, use: gofumpt -l -w -extra -modpath \ pkg/instancetype \ pkg/libvmi \ pkg/network/admitter \ pkg/network/namescheme \ pkg/network/domainspec \ pkg/network/deviceinfo \ tests/console \ tests/libnet \ tests/libnode \ tests/libconfigmap \ tests/libpod \ tests/libvmifact \ tests/libsecret For more information, see the project sources [1]. [1] https://github.com/mvdan/gofumpt Signed-off-by: Edward Haas <edwardh@redhat.com> | 2 年前 | |
consistent copyright notice Red Hat is willing to mark these files as copyrighted by the KubeVirt Authors. This is a follow-up of commit e36bb0bd79976 sed -i 's/\(20.., \)*20.. Red Hat, Inc./The KubeVirt Authors./' git grep -l '20.. Red Hat, Inc.'|grep -v staging|grep -v vendor|grep -v kubevirtci Signed-off-by: Dan Kenigsberg <danken@redhat.com> | 1 年前 | |
consistent copyright notice Red Hat is willing to mark these files as copyrighted by the KubeVirt Authors. This is a follow-up of commit e36bb0bd79976 sed -i 's/\(20.., \)*20.. Red Hat, Inc./The KubeVirt Authors./' git grep -l '20.. Red Hat, Inc.'|grep -v staging|grep -v vendor|grep -v kubevirtci Signed-off-by: Dan Kenigsberg <danken@redhat.com> | 1 年前 | |
linter: Resolve G115 int -> int32 warnings The resolved error is: G115: integer overflow conversion int -> int32 (gosec). Signed-off-by: Edward Haas <edwardh@redhat.com> | 11 个月前 | |
consistent copyright notice Red Hat is willing to mark these files as copyrighted by the KubeVirt Authors. This is a follow-up of commit e36bb0bd79976 sed -i 's/\(20.., \)*20.. Red Hat, Inc./The KubeVirt Authors./' git grep -l '20.. Red Hat, Inc.'|grep -v staging|grep -v vendor|grep -v kubevirtci Signed-off-by: Dan Kenigsberg <danken@redhat.com> | 1 年前 | |
tests: move namespace related function to new libnamespace Signed-off-by: Shelly Kagan <skagan@redhat.com> | 9 个月前 | |
Add sig-network ownership to all the relevant paths Signed-off-by: Alona Paz <alkaplan@redhat.com> | 2 年前 | |
normalize iface status to ensure test stability of hotunplug-test This PR updates the normalization helper to clear the IP and IPs fields in addition to MAC and InterfaceName, ensuring consistent interface status across different guest OS's and architectures. Signed-off-by: Harshitha MS <harshitha.ms@ibm.com> | 9 个月前 | |
net, libnet, interface: Move/rename assertLinkStateCmd func for reuse Moves the old assertLinkStateCmd function to libnet so that it can be reused in tests other than link_state. Also renames it to NewLinkStateAssersionCmd to better reflect what it does. Signed-off-by: Ananya Banerjee <anbanerj@redhat.com> | 10 个月前 | |
libnet: Move FormatIPForURL to libnet Signed-off-by: Or Shoval <oshoval@redhat.com> | 2 年前 | |
test: console: manage prompt inside safe expecter Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 | |
tests, net: Add a SR-IOV network-attachment-definition helper Create a SR-IOV net-attach-def helper to share and uniform the usage of this common resource. Signed-off-by: Edward Haas <edwardh@redhat.com> | 1 年前 | |
Fix misspellings in tests and nested lib* folders under tests Signed-off-by: Roni Kishner <rkishner@redhat.com> | 1 年前 | |
tests, network: Remove SkipWhenNotDualStackCluster Use labels instead. It statically determine which tests to run, without dynamic skipping. Signed-off-by: Or Shoval <oshoval@redhat.com> | 2 年前 | |
tests: add helper that asserts Pod IPs are present in VMI interface IPs Add an helper AssertAllPodIPsReportedOnVMI that verifies every address listed in Pod.Status.PodIPs is present in the corresponding vmi.Status.Interfaces[0].IPs slice. The helper checks inclusion (each Pod IP must appear in the VMI interface IPs) rather than enforcing strict equality of the two lists. Signed-off-by: Laxmi Adavalli <laxmi.adavalli@ibm.com> | 6 个月前 | |
consistent copyright notice Red Hat is willing to mark these files as copyrighted by the KubeVirt Authors. This is a follow-up of commit e36bb0bd79976 sed -i 's/\(20.., \)*20.. Red Hat, Inc./The KubeVirt Authors./' git grep -l '20.. Red Hat, Inc.'|grep -v staging|grep -v vendor|grep -v kubevirtci Signed-off-by: Dan Kenigsberg <danken@redhat.com> | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 7 个月前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 1 年前 | ||
| 9 个月前 | ||
| 2 年前 | ||
| 9 个月前 | ||
| 10 个月前 | ||
| 2 年前 | ||
| 8 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 6 个月前 | ||
| 1 年前 |