File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 2
2
libvirt-go
3
3
==========
4
4
5
- .. image :: https://travis-ci.org /libvirt/libvirt-go.svg?branch=master
6
- :target: https://travis-ci.org /libvirt/libvirt-go
5
+ .. image :: https://gitlab.com /libvirt/libvirt-go/badges/master/pipeline .svg
6
+ :target: https://gitlab.com /libvirt/libvirt-go/pipelines
7
7
:alt: Build Status
8
8
.. image :: https://img.shields.io/static/v1?label=godev&message=reference&color=00add8
9
9
:target: https://pkg.go.dev/libvirt.org/libvirt-go
@@ -126,12 +126,3 @@ Then create a sasl user
126
126
$ saslpasswd2 -a libvirt user
127
127
128
128
and enter "pass" as the password.
129
-
130
- Alternatively a ``Vagrantfile ``, requiring use of virtualbox,
131
- is included to run the integration tests:
132
-
133
- * ``cd ./vagrant ``
134
- * ``vagrant up `` to provision the virtual machine
135
- * ``vagrant ssh `` to login to the virtual machine
136
-
137
- Once inside, ``sudo su - `` and ``go test -tags integration libvirt ``.
You can’t perform that action at this time.
0 commit comments