rpm-ostree/tests/vmcheck
Colin Walters a3769a7219 vmcheck: Experiment with the name nxs
I find myself not liking the name rpm-ostree anymore; it's
descriptive, but unfortunately we compete with other projects with
easier and sexier names.

Also, people continually find the ostree and rpm-ostree layering
unclear.  It's *much* easier to say "nxs depends on ostree", even
though textually it's obvious "rpm-ostree depends on ostree".

Anyways, just an experiment for now.

Closes: #307
Approved by: giuseppe
2016-06-08 14:26:08 +00:00
..
atomic-centos-continuous.repo tests: Introduce "vmcheck" 2016-06-07 18:39:46 +00:00
Dockerfile.builder tests: Introduce "vmcheck" 2016-06-07 18:39:46 +00:00
host-install.sh tests: Introduce "vmcheck" 2016-06-07 18:39:46 +00:00
Makefile tests: Introduce "vmcheck" 2016-06-07 18:39:46 +00:00
README.md tests: Introduce "vmcheck" 2016-06-07 18:39:46 +00:00
setup.yml vmcheck: Experiment with the name nxs 2016-06-08 14:26:08 +00:00

Using vmcheck

One time setup:

host$ vagrant up
host$ vagrant ssh
vm$ sudo rpm-ostree rebase centos-atomic-continuous:centos-atomic-host/7/x86_64/devel/continuous
vm$ systemctl reboot

Edit source code on the host system; to synchronize, use:

vagrant rsync

To build and install into the VM:


host$ vagrant ssh
vm$ cd ~/sync/tests/vmcheck
vm$ make build
vm$ make install
vm$ systemctl restart rpm-ostreed