| cleanup(tests,clientcmd): Drop unused FailIfNoCmd This func is no longer used so drop it. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com> | 1 年前 |
| tests: don't expect a prompt after poweroff commands / crashes Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| fix: Write the "done" file before exit to notify sonobuoy about completion. This fix addresses the issue of not notifying sonobuoy about test completion by writing "done" file in results directory where there are one or more failures. Signed-off-by: maheshkurund <mahesh.kurund@oneconvergence.com> | 4 个月前 |
| Merge pull request #14845 from alancaldelas/sev-snp-support SEV-SNP Support Enablement | 7 个月前 |
| functest: Declarative Volume Hotplug tests Trying to not do any unnecessary testing here. The inject/swap/eject test should cover everything. Signed-off-by: Michael Henriksen <mhenriks@redhat.com> | 1 年前 |
| remove swap tests current swap tests assumes UnlimitedSwap is on, which is not the case since k8s 1.32. those tests should be removed and a discussion must be conducted to decide how we should test this feature. Signed-off-by: Daniel Sionov <dsionov@redhat.com> | 4 个月前 |
| build, linter, errcheck: lint tests/libstorage Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com> | 3 年前 |
| cleanup(tests): Keep calm, don't panic and expect errors not to occur Do as the title says. Signed-off-by: Felix Matouschek <fmatouschek@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 年前 |
| operator tests: stop testing os upgrade this commit is challenging the need to test an older image as part of backwards compatiblity upgrade testing if the intention was testing kubevirt regressing for a certain image, I don't think we put any effort into ensuring the image changes between releases Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 5 个月前 |
| hack: Run bazel-race Signed-off-by: Lee Yarwood <lyarwood@redhat.com> | 8 个月前 |
| tests: don't expect a prompt after poweroff commands / crashes Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| tests, rolloutstrategy: use kvconfig instead of manual patch Previously the test was changing the rollout strategy by creating a manual patch. This commit changes it to use kvconfig's RegisterKubevirtConfigChange instead. Signed-off-by: Adi Aloni <aaloni@redhat.com> | 9 个月前 |
| monitoring tests: rm ipv6 duplicate entry/related skips Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 4 个月前 |
| instancetype: Remove compat for instancetype.kubevirt.io/v1alpha{1,2} instancetype.kubevirt.io/v1alpha{1,2} were both deprecated by 007f3beb6763afa7844fe18a93d642f40d226b55 in v1.0.0. This change removes the vast amount of compatibility code we have been carrying to support and upgrade any ControllerRevision containing objects from these versions of the API. Functional test helpers are also cleaned up. Signed-off-by: Lee Yarwood <lyarwood@redhat.com> | 9 个月前 |
| Refactored into a different strucuture for SNP and added basic enablement and validation for create Signed-off-by: Alan Caldelas <ajcaldelas@gmail.com> | 7 个月前 |
| tests: Start using libconfigmap instead of tests/utils.go Signed-off-by: bmordeha <bmordeha@redhat.com> | 2 年前 |
| tests: deprecate reading into libvirt domxml End-to-end tests should be testing the KubeVirt API and behaviour. They should typically start a VM with specific options and then verify that the guest behaves as expected. E2e tests should *not* look into KubeVirt or Kubernetes implementation details. This is important in order to keep e2e short, few and limited to their level. Libvirt and qemu are very important to KubeVirt, but they sit below the KubeVirt API. Good e2e test should not look at them. For example, tests verifying that the libvirt domxml was built as expected should be converted to unit test of domxml rendering function. Another example is the test for hotplug CPU. As an end-to-end test it should verify that the guest actually has an additional CPU (e.g by logging into the guest and reading /proc/cpuinfo) and not just look the xml. This commit warns the users of two helper functions that break test levels so that we remember to aviod them in new tests and to remove them eventually. One legitimate use case GetRunningVirtualMachineInstanceDomainXML is in tests/reporter/kubernetes.go, where we attempt to grab as much information about a failing test. The function should eventually move there. Signed-off-by: Dan Kenigsberg <danken@redhat.com> | 1 年前 |
| tests/infra/prometheus: refactor metrics tests to use MetricsFetcher This commit removes the collectMetrics lambda and introduces a new function in libmonitoring.GetMetrics to leverage the MetricsFetcher interface. With this refactoring, metrics are now collected in a more structured way, using a map from metric name to a slice of MetricResult structs, which improves clarity and consistency in our tests. Co-authored-by: João Vilaça <machadovilaca@gmail.com> Signed-off-by: Daniel Sionov <dsionov@redhat.com> Signed-off-by: Daniel Sionov <dsionov@redhat.com> | 10 个月前 |
| instancetype: Remove compat for instancetype.kubevirt.io/v1alpha{1,2} instancetype.kubevirt.io/v1alpha{1,2} were both deprecated by 007f3beb6763afa7844fe18a93d642f40d226b55 in v1.0.0. This change removes the vast amount of compatibility code we have been carrying to support and upgrade any ControllerRevision containing objects from these versions of the API. Functional test helpers are also cleaned up. Signed-off-by: Lee Yarwood <lyarwood@redhat.com> | 9 个月前 |
| e2e, netbinding: Dont override binding registration In some testing setups, KubeVirt is configured by external operators e.g [HCO](https://github.com/kubevirt/hyperconverged-cluster-operator). In those setups, this e2e suite should not override preconfigured values, in particular network binding plugins. This change makes this suite respect existing configuration, and only registering network binding plugins, if they are not already registered. Signed-off-by: Nir Dothan <ndothan@redhat.com> | 8 个月前 |
| monitoring tests: rm ipv6 duplicate entry/related skips Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 4 个月前 |
| tests: use localhost when curling handler metrics we don't need the IP to succesfully curl the /metrics ep Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 4 个月前 |
| tests: move namespace related function to new libnamespace Signed-off-by: Shelly Kagan <skagan@redhat.com> | 9 个月前 |
| 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 个月前 |
| tests, libnode: Remove unused GetNodeWithHugepages This function is no longer used following [1]. [1] https://github.com/kubevirt/kubevirt/pull/13109 Signed-off-by: Orel Misan <omisan@redhat.com> | 9 个月前 |
| 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: Add GetUtilityImageFromRegistry() function This is a common function to build full registry paths using the provided image name and respecting the utility repo prefix and tag. Signed-off-by: Vasiliy Ulyanov <vulyanov@suse.de> | 2 年前 |
| tests: remove RetryIfModified function Remove RetryIfModified from utils, to keep utils shorter and also remove the dependency of retryWithMetadataIfModified from this function. Signed-off-by: Ben Oukhanov <boukhanov@redhat.com> | 1 年前 |
| utils, labels: Move tests secret label to libsecret Signed-off-by: Or Mergi <ormergi@redhat.com> | 1 年前 |
| tests(libssh): Add DisableSSHAgent helper This helper allows to disable the SSH agent by unsetting the SSH_AUTH_SOCK env for a test and reverting it back to its original value during the cleanup. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com> | 1 年前 |
| tests, storage: create PVC via DV or with StorageProfile where needed PR #15308 removed the applyStorageProfile labeling from NewPVC(), as it mistakenly added filesystem overhead to static binding PVCs. We need the label for applying the StorageProfile minimumSupportedPvcSize by CDI PVC mutating webhook, in order to run the tests on clusters where the storage has such limitation. Also clean up some unnecessary helpers. Signed-off-by: Arnon Gilboa <agilboa@redhat.com> | 7 个月前 |
| use properly named libvmi setters for cpu/mem Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 1 年前 |
| e2e: Define constants timeouts for vmi launch timeout Signed-off-by: fossedihelm <ffossemo@redhat.com> | 10 个月前 |
| 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 年前 |
| Added functional test for cross namespace live migration. from block to filesystem. Also modified another functional test to use block storage instead of filesystem storage because at small size the calculated overhead is not enough and the target disk is not large enough to hold the disk. Signed-off-by: Alexander Wels <awels@redhat.com> | 4 个月前 |
| add new metric to keep track of ephemeral hotplug volumes per vmi. Signed-off-by: dsanatar <dsanatar@redhat.com> | 5 个月前 |
| e2e, net, sriov: Fix mem hotplug flake The test is currently flaking. It uses ConsitsOf instead of Contains, to analyze the status which is currently showing 2 interfaces instead of one. The reason why the status includes two interfaces instead of one is as follows: The virt-handler's logic responsible for reporting interface status of SR-IOV devices is comprised of two steps: 1. Info is collected from the domain spec, while the MAC address is taken from the vmi.spec.domain.interfaces[].mac field (if exists) [1]. 2. Info from guest agent enriches the existing status entries in case the MAC address reported by GA can be correlated with the MAC address reported in the status [2]. Since the MAC address is unspecified in the spec, it is also unspecified in the status and is therefore not correlated. Since GA reporting is unrecognized, it is considered a guest only interface and is reported as an additional interface. This is a known issue https://github.com/kubevirt/kubevirt/issues/16422. In order to fix correlation, set explicit MAC address in the spec in order to mitigate #1 above, and enable correlation in #2. The failure below [3] demonstrates how 2 interfaces were reported and how ConsitsOf was not satified with the results despite including the all the data that the gstruct matcher was asserting. [1] https://github.com/kubevirt/kubevirt/blob/395bd0da05f8b8d39326eb1b90da90b574a16e2b/pkg/network/setup/netstat.go#L308 [2] https://github.com/kubevirt/kubevirt/blob/395bd0da05f8b8d39326eb1b90da90b574a16e2b/pkg/network/setup/netstat.go#L333 [3] https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/16391/pull-kubevirt-e2e-kind-sriov/2004191256049094656 Expected <[]v1.VirtualMachineInstanceNetworkInterface | len:2, cap:2>: [ { IP: "", MAC: "", Name: "sriov-network", IPs: nil, PodInterfaceName: "podafa4cdb1f64", InterfaceName: "", InfoSource: "domain, multus-status", QueueCount: 0, LinkState: "", }, { IP: "", MAC: "86:4b:dc:31:e5:c8", Name: "", IPs: nil, PodInterfaceName: "", InterfaceName: "eth0", InfoSource: "guest-agent", QueueCount: 0, LinkState: "", }, ] to consist of <[]*gstruct.FieldsMatcher | len:1, cap:1>: [ { Fields: { "Name": <*matchers.EqualMatcher | 0xc0073e61a0>{ Expected: <string>"sriov-network", }, "InfoSource": <*matchers.ContainSubstringMatcher | 0xc004b126c0>{Substr: "domain", Args: nil}, }, IgnoreExtras: true, IgnoreMissing: false, failures: [ <*errors.NestedError | 0xc007a8d080>{ Path: ".Name", Err: <*errors.errorString | 0xc007108820>{ s: "Expected\n <string>: \nto equal\n <string>: sriov-network", }, }, <*errors.NestedError | 0xc007a8d0a0>{ Path: ".InfoSource", Err: <*errors.errorString | 0xc007108920>{ s: "Expected\n <string>: guest-agent\nto contain substring\n <string>: domain", }, }, ], }, ] the extra elements were <[]v1.VirtualMachineInstanceNetworkInterface | len:1, cap:1>: [ { IP: "", MAC: "86:4b:dc:31:e5:c8", Name: "", IPs: nil, PodInterfaceName: "", InterfaceName: "eth0", InfoSource: "guest-agent", QueueCount: 0, LinkState: "", Signed-off-by: Nir Dothan <ndothan@redhat.com> | 5 个月前 |
| tests, utils: Move DomXML functs to a new package Move the two last functions of tests.utils to a new home and delete the file. DomainXML functions are still widely in use by many tests. Introduce a new package libdomain to host library functions that handle common domain aspects for tests. Signed-off-by: Nir Dothan <ndothan@redhat.com> | 1 年前 |
| operator tests: stop testing os upgrade this commit is challenging the need to test an older image as part of backwards compatiblity upgrade testing if the intention was testing kubevirt regressing for a certain image, I don't think we put any effort into ensuring the image changes between releases Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 5 个月前 |
| use properly named libvmi setters for cpu/mem Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 1 年前 |
| use properly named libvmi setters for cpu/mem Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 1 年前 |
| Merge pull request #13322 from brianmcarey/f41-with-test-tooling e2e: update fedora-with-test-tooling VM image to fedora 39 | 8 个月前 |
| vmsnapshot: report volumes being deleted CDI 1.64 included https://github.com/kubevirt/containerized-data-importer/pull/3912 which will make us report the volume is merely "not populated", when in fact, it is being deleted and it is pointless to progress further. Report volumes being deleted and circumvent the entire thing, alongside a conversion of the corresponding e2e test to a unit test. Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 4 个月前 |
| Embed script using go:embed Signed-off-by: Dharmit Shah <shahdharmit@gmail.com> | 2 年前 |
| featuregates: Promote VideoConfig FG Alpha -> Beta Signed-off-by: Daniel Sionov <dsionov@redhat.com> | 7 个月前 |
| e2e,usb: Quarantine very flaky USB passthrough tests These tests have become very flaky and are impacting the compute e2e lanes[1][2] Quarantine for now to allow time to investigate. [1] https://search.ci.kubevirt.io/?search=USB+Passthrough&maxAge=48h&context=1&type=bug%2Bissue%2Bjunit&name=&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job [2] https://github.com/kubevirt/kubevirt/issues/15907 Signed-off-by: Brian Carey <bcarey@redhat.com> | 7 个月前 |
| NodeRestriction: Implement source check ServiceAccountTokenPodNodeInfo, Kubernetes feature gate, is now supported on all targeted versions of KubeVirt (1.32/33/34). Signed-off-by: Luboslav Pivarc <lpivarc@redhat.com> | 7 个月前 |
| tests, storage: create PVC via DV or with StorageProfile where needed PR #15308 removed the applyStorageProfile labeling from NewPVC(), as it mistakenly added filesystem overhead to static binding PVCs. We need the label for applying the StorageProfile minimumSupportedPvcSize by CDI PVC mutating webhook, in order to run the tests on clusters where the storage has such limitation. Also clean up some unnecessary helpers. Signed-off-by: Arnon Gilboa <agilboa@redhat.com> | 7 个月前 |
| tests, storage: create PVC via DV or with StorageProfile where needed PR #15308 removed the applyStorageProfile labeling from NewPVC(), as it mistakenly added filesystem overhead to static binding PVCs. We need the label for applying the StorageProfile minimumSupportedPvcSize by CDI PVC mutating webhook, in order to run the tests on clusters where the storage has such limitation. Also clean up some unnecessary helpers. Signed-off-by: Arnon Gilboa <agilboa@redhat.com> | 7 个月前 |
| 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 年前 |
| remove swap tests current swap tests assumes UnlimitedSwap is on, which is not the case since k8s 1.32. those tests should be removed and a discussion must be conducted to decide how we should test this feature. Signed-off-by: Daniel Sionov <dsionov@redhat.com> | 4 个月前 |
| 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 年前 |
| sig-tests: include unit tests under sig-tests ownership Signed-off-by: Alona Paz <alkaplan@redhat.com> | 2 年前 |
| Fix misspellings in tests and nested lib* folders under tests Signed-off-by: Roni Kishner <rkishner@redhat.com> | 1 年前 |
| Support VMI screenshot without VNC We are currently able to do a VMI screenshot over VNC since https://github.com/kubevirt/kubevirt/pull/8465 The problem is that we only allow a single VNC connection and, if an user is connected while another might take a VNC Screenshot, it'd disconnect the VNC viewer user. See: https://issues.redhat.com/browse/CNV-60117 https://github.com/kubevirt/kubevirt/issues/10553 Now, we don't really need VNC for Screenshot since QEMU & libvirt do have support for it. This commit implements it. https://libvirt.org/html/libvirt-libvirt-domain.html#virDomainScreenshot For backwards compatibility reasons, we will reuse the vnc/screenshot subresource, keeping the functionality the same, just changing how we get the image. Signed-off-by: Victor Toso <victortoso@redhat.com> | 9 个月前 |
| tests: Improve canary test AfterEach While running pull-kubevirt-check-dequarantine-test to test the previous commit the test would often fail during the AfterEach step as a static timeout was used when determining if the DaemonSets had been successfully reverted back to their original state. This is different to the actual tests that have a much longer dynamic timeout based on DesiredNumberScheduled of the DaemonSets. This change aligns the AfterEach timeout with that of the tests and inlines the assertions of the Eventually. Signed-off-by: Lee Yarwood <lyarwood@redhat.com> | 10 个月前 |
| Merge pull request #15489 from 0xFelix/sig-compute-instancetype-label chore: Add sig-compute-instancetype label | 9 个月前 |
| test: console: manage prompt inside safe expecter Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| Remove storagClassLocal from config and handle WFFC tests Replaced all the places that used storageClassLocal with RWOFilesystem. Split the check for WFFC to check for specific StorageClass and for get a WFFC class - the default if it is wffc. Signed-off-by: Shelly Kagan <skagan@redhat.com> | 4 年前 |
| test: console: manage prompt inside safe expecter Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| Add new StorageClassCSI config value instead of querying the available storage classes Signed-off-by: dsanatar <dsanatar@redhat.com> | 9 个月前 |
| Remove storagClassLocal from config and handle WFFC tests Replaced all the places that used storageClassLocal with RWOFilesystem. Split the check for WFFC to check for specific StorageClass and for get a WFFC class - the default if it is wffc. Signed-off-by: Shelly Kagan <skagan@redhat.com> | 4 年前 |
| 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 年前 |
| hyperv: remove functional tests already covered by unit tests Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| Remove mediated device disabled display test from e2e In order to reduce dependency in libdomain library, remove the integration test "Should successfully passthrough a mediated device with a disabled display". The functionality is already covered in other tests. Signed-off-by: Ram Lavi <ralavi@redhat.com> | 9 个月前 |
| Add func test coverage Signed-off-by: Alvaro Romero <alromero@redhat.com> | 1 年前 |
| Move v1alpha1 to v1beta1 version Signed-off-by: svarnam <svarnam@nvidia.com> | 7 个月前 |
| 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 年前 |
| Fix misspellings in tests and nested lib* folders under tests Signed-off-by: Roni Kishner <rkishner@redhat.com> | 1 年前 |
| cleanup: remove WithPrivileged occurrences and related code The WithPrivileged helper and related privileged security context handling were removed. This code was only used to support the ppc64le architecture, which is no longer supported. Signed-off-by: Daniel Sionov <dsionov@redhat.com> | 9 个月前 |
| backend storage e2e tests: treat cluster vmstatestorgeclass as test env Today, many tests are painfully serial because we keep changing the VM state storage class back and forth. This is not the correct approach, instead, the test environment now provides the storage class it's interested in testing upfront. If one wishes to run kubevirt with RWX/FS they are welcome to do so, but not at the expense of our CI. Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 1 年前 |
| e2e: Use const timeouts instead of plain int Signed-off-by: fossedihelm <ffossemo@redhat.com> | 10 个月前 |
| use properly named libvmi setters for cpu/mem Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 1 年前 |
| tests: Introduce KUBEVIRT_COLLECT_LOGS Allow to collect logs even for passing tests (without programmatic focus). Motivation is that sometimes we have logs of a failure test, and would like to compare it to the good path, in order to find what went wront. Use: export KUBEVIRT_COLLECT_LOGS=true As always, it will report the first 10 tests, unless REPORTER_MAX_FAILS is set. Signed-off-by: Or Shoval <oshoval@redhat.com> | 8 个月前 |
| 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 年前 |
| Merge pull request #15267 from victortoso/vnc-polite-drop Add preserve-session option to help avoid disconnect VNC sessions | 9 个月前 |
| virt_control_plane_test.go: fix typo in the test name to avoid confusion - adjusted the error message to be inlined to avoid additional confusion Signed-off-by: Daniel Sionov <dsionov@redhat.com> | 1 年前 |
| test: console: manage prompt inside safe expecter Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| unquarantine test_id:6869 Periodics shows that this is stable from a long time: https://testgrid.k8s.io/kubevirt-periodics#periodic-kubevirt-e2e-k8s-1.33-sig-compute&width=20 Signed-off-by: fossedihelm <ffossemo@redhat.com> | 6 个月前 |
| test: console: manage prompt inside safe expecter Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| test: console: manage prompt inside safe expecter Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| virt-controller: move remaining memory request code to resource renderer Signed-off-by: Jed Lejosne <jed@redhat.com> | 7 个月前 |
| e2e: Use const timeouts instead of plain int Signed-off-by: fossedihelm <ffossemo@redhat.com> | 10 个月前 |
| smbios sidecar: move XML functest to unit test Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| virt-config, fg: Distribute FG names per active or inactive state Move FG name to the file that represent the state of the FG (active, inactive). Active FGs can be in alpha, beta or deprecated states. Inactive FGs can be in GA or discontinued states. Signed-off-by: Edward Haas <edwardh@redhat.com> | 1 年前 |
| e2e: Use const timeouts instead of plain int Signed-off-by: fossedihelm <ffossemo@redhat.com> | 10 个月前 |
| use properly named libvmi setters for cpu/mem Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 1 年前 |
| use properly named libvmi setters for cpu/mem Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 1 年前 |
| Merge pull request #15784 from brianmcarey/golang-v1.24.7 Build KubeVirt with go v1.24.7 | 8 个月前 |
| tests: remove redundant block multiqueue integration test Remove test [test_id:959][rfe_id:2065] 'Should honor multiQueue requests' from vmi_multiqueue_test.go as it duplicates functionality already covered by converter unit tests. The test was validating VMI spec to libvirt domain conversion for block multiqueue settings, which is tested in pkg/virt-launcher/virtwrap/converter/converter_test.go where the same functionality is already covered including: Queue assignment when BlockMultiQueue=true, Queue count matching CPU count, Multiple disk scenarios and CPU topology considerations Signed-off-by: Noam Assouline <nassouli@redhat.com> | 10 个月前 |
| test: console: manage prompt inside safe expecter Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| e2e: Use const timeouts instead of plain int Signed-off-by: fossedihelm <ffossemo@redhat.com> | 10 个月前 |
| test: console: manage prompt inside safe expecter Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| use properly named libvmi setters for cpu/mem Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> | 1 年前 |
| e2e test: vnc: Validate preserve-session option We check --preserve-session option with 4 iterations of two vnc sessions connecting to the same VMI. Signed-off-by: Victor Toso <victortoso@redhat.com> | 9 个月前 |
| test: console: manage prompt inside safe expecter Signed-off-by: Jed Lejosne <jed@redhat.com> | 8 个月前 |
| 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 年前 |