/[pxelator]/lib/PXElator/t/upstream.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/upstream.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 138 - (hide annotations)
Tue Aug 4 15:25:09 2009 UTC (14 years, 10 months ago) by dpavlin
File MIME type: application/x-troff
File size: 317 byte(s)
quite huge refactoring

- config is now place to define client configuration
- upstream provide mirroring
- pxelinux creates per-client specific configurations
- various tweaks and cleanups

1 dpavlin 138 #!/usr/bin/perl
2    
3     use warnings;
4     use strict;
5     use autodie;
6    
7     use Test::More tests => 3;
8     use Data::Dump qw/dump/;
9    
10     use_ok 'upstream';
11    
12     ok( config::test(), 'iso' );
13     ok( system("sudo umount -t iso9660 -a") == 0, 'umount' );
14    
15     package config;
16     sub test { upstream::iso( 'http://download.webconverger.com/webc-5.2.iso' ) };
17    
18     1;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26