/[pxelator]/lib/PXElator/t/lxc.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /lib/PXElator/t/lxc.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 439 - (hide annotations)
Sun Sep 20 16:12:03 2009 UTC (14 years, 6 months ago) by dpavlin
File MIME type: application/x-troff
File size: 254 byte(s)
Create really working Linux Containers from filesystem directory and network setup

1 dpavlin 436 #!/usr/bin/perl
2    
3     use warnings;
4     use strict;
5     use autodie;
6    
7     use Test::More tests => 2;
8     use Data::Dump qw/dump/;
9    
10     use_ok 'lxc';
11    
12 dpavlin 439 ok( lxc::create( 'webpac2.lib' => '/virtual/webpac2.rot13.org/export', qw(172.16.10.42 255.255.250.0 172.16.10.1) ), 'create' );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26