An open API service indexing awesome lists of open source software.

https://github.com/githubfoam/vagrant-ltp-sandbox

vagrant linux-test-project
https://github.com/githubfoam/vagrant-ltp-sandbox

linux-test-project vagrant

Last synced: 2 months ago
JSON representation

vagrant linux-test-project

Awesome Lists containing this project

README

        

# vagrant-ltp-sandbox
~~~~
>vagrant up vg-ubuntu-01
>vagrant ssh vg-ubuntu-01

vagrant@vg-ubuntu-01:~$ cd /tmp/src/ltp/ltp/testcases/kernel/syscalls/fork/
vagrant@vg-ubuntu-01:/tmp/src/ltp/ltp/testcases/kernel/syscalls/fork$ PATH=$PATH:$PWD ./fork01
fork01 1 TPASS : fork() returned 65995
fork01 2 TPASS : child pid and fork() return agree: 65995

vagrant@vg-ubuntu-01:~$ cd /opt/ltp/
vagrant@vg-ubuntu-01:/opt/ltp$ sudo ./runltp
~~~~

~~~~
http://linux-test-project.github.io/

~~~~