Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

danrodrig/restraint-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant environment for Restraint

Quick start

$ vagrant up

$ vagrant ssh client

$ restraint -t root@test01 -j /vagrant/jobs/pointless.xml

Valgrind

To install the debuginfo packages and the Valgrind wrapper, use the Restraint Ansible role variable,

vars:
  - restraint_debug: yes
$ restraint -t root@test01 -j /vagrant/jobs/pointless.xml --restraint-path restraintd-loves-valgrind

Valgrind will use the log file /var/tmp/restraintd-vg_<unix_timestamp>.log in the test machine.

$ vagrant ssh test01

$ less /var/tmp/restraintd-vg_<unix_timestamp>.log

About

Vagrant environment for Restraint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages