So that the build test always fetch the most current qemu-kvm and kvm unittests version.
Signed-off-by: Cleber Rosa <[email protected]> --- client/tests/kvm/unittests.cfg.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tests/kvm/unittests.cfg.sample b/client/tests/kvm/unittests.cfg.sample index 23b1fcc..c623483 100644 --- a/client/tests/kvm/unittests.cfg.sample +++ b/client/tests/kvm/unittests.cfg.sample @@ -55,10 +55,10 @@ variants: # actually be run have to be defined in the 'installers' ###################################################################### # QEMU (KVM) installation from a GIT repo - git_repo_qemu_kvm_uri = git://github.com/avikivity/qemu.git + git_repo_qemu_kvm_uri = git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git # KVM unit tests from a GIT repo - git_repo_kvm_unit_tests_uri = git://github.com/avikivity/kvm-unit-tests.git + git_repo_kvm_unit_tests_uri = git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git #git_repo_kvm_unit_tests_configure_options = --arch=x86_64 ###################################################################### -- 1.7.11.2 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
