scout-gear 9.1.0 → 10.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/.vimproject +3 -3
  3. data/Rakefile +1 -2
  4. data/VERSION +1 -1
  5. data/lib/scout/offsite/exceptions.rb +9 -0
  6. data/lib/scout/offsite/ssh.rb +1 -0
  7. data/lib/scout/semaphore.rb +2 -0
  8. data/lib/scout/tsv/open.rb +1 -1
  9. data/lib/scout/tsv/parser.rb +1 -1
  10. data/lib/scout/tsv/persist/adapter.rb +2 -2
  11. data/lib/scout/tsv/persist.rb +1 -0
  12. data/lib/scout/tsv.rb +1 -1
  13. data/lib/scout/work_queue/exceptions.rb +18 -0
  14. data/lib/scout/work_queue.rb +1 -0
  15. data/lib/scout/workflow/definition.rb +1 -1
  16. data/lib/scout/workflow/step/config.rb +1 -1
  17. data/lib/scout/workflow/step.rb +2 -2
  18. data/lib/scout/workflow/task/inputs.rb +1 -1
  19. data/lib/scout/workflow/task.rb +2 -2
  20. data/lib/scout/workflow.rb +2 -2
  21. data/lib/scout-gear.rb +1 -10
  22. data/scout-gear.gemspec +8 -98
  23. data/test/scout/workflow/task/test_inputs.rb +0 -4
  24. metadata +7 -110
  25. data/lib/scout/cmd.rb +0 -347
  26. data/lib/scout/concurrent_stream.rb +0 -284
  27. data/lib/scout/config.rb +0 -168
  28. data/lib/scout/exceptions.rb +0 -151
  29. data/lib/scout/indiferent_hash/case_insensitive.rb +0 -30
  30. data/lib/scout/indiferent_hash/options.rb +0 -115
  31. data/lib/scout/indiferent_hash.rb +0 -96
  32. data/lib/scout/log/color.rb +0 -224
  33. data/lib/scout/log/color_class.rb +0 -269
  34. data/lib/scout/log/fingerprint.rb +0 -69
  35. data/lib/scout/log/progress/report.rb +0 -244
  36. data/lib/scout/log/progress/util.rb +0 -173
  37. data/lib/scout/log/progress.rb +0 -106
  38. data/lib/scout/log/trap.rb +0 -107
  39. data/lib/scout/log.rb +0 -441
  40. data/lib/scout/meta_extension.rb +0 -100
  41. data/lib/scout/misc/digest.rb +0 -63
  42. data/lib/scout/misc/filesystem.rb +0 -25
  43. data/lib/scout/misc/format.rb +0 -255
  44. data/lib/scout/misc/helper.rb +0 -31
  45. data/lib/scout/misc/insist.rb +0 -56
  46. data/lib/scout/misc/monitor.rb +0 -66
  47. data/lib/scout/misc/system.rb +0 -73
  48. data/lib/scout/misc.rb +0 -10
  49. data/lib/scout/named_array.rb +0 -138
  50. data/lib/scout/open/lock/lockfile.rb +0 -587
  51. data/lib/scout/open/lock.rb +0 -68
  52. data/lib/scout/open/remote.rb +0 -135
  53. data/lib/scout/open/stream.rb +0 -491
  54. data/lib/scout/open/util.rb +0 -244
  55. data/lib/scout/open.rb +0 -170
  56. data/lib/scout/path/find.rb +0 -204
  57. data/lib/scout/path/tmpfile.rb +0 -8
  58. data/lib/scout/path/util.rb +0 -127
  59. data/lib/scout/path.rb +0 -51
  60. data/lib/scout/persist/open.rb +0 -17
  61. data/lib/scout/persist/path.rb +0 -15
  62. data/lib/scout/persist/serialize.rb +0 -157
  63. data/lib/scout/persist.rb +0 -104
  64. data/lib/scout/resource/open.rb +0 -8
  65. data/lib/scout/resource/path.rb +0 -80
  66. data/lib/scout/resource/produce/rake.rb +0 -69
  67. data/lib/scout/resource/produce.rb +0 -151
  68. data/lib/scout/resource/scout.rb +0 -3
  69. data/lib/scout/resource/software.rb +0 -178
  70. data/lib/scout/resource/util.rb +0 -59
  71. data/lib/scout/resource.rb +0 -41
  72. data/lib/scout/simple_opt/accessor.rb +0 -54
  73. data/lib/scout/simple_opt/doc.rb +0 -126
  74. data/lib/scout/simple_opt/get.rb +0 -57
  75. data/lib/scout/simple_opt/parse.rb +0 -67
  76. data/lib/scout/simple_opt/setup.rb +0 -26
  77. data/lib/scout/simple_opt.rb +0 -5
  78. data/lib/scout/tmpfile.rb +0 -129
  79. data/test/scout/indiferent_hash/test_case_insensitive.rb +0 -16
  80. data/test/scout/indiferent_hash/test_options.rb +0 -46
  81. data/test/scout/log/test_progress.rb +0 -108
  82. data/test/scout/misc/test_digest.rb +0 -30
  83. data/test/scout/misc/test_filesystem.rb +0 -30
  84. data/test/scout/misc/test_insist.rb +0 -13
  85. data/test/scout/misc/test_system.rb +0 -21
  86. data/test/scout/open/test_lock.rb +0 -52
  87. data/test/scout/open/test_remote.rb +0 -25
  88. data/test/scout/open/test_stream.rb +0 -676
  89. data/test/scout/open/test_util.rb +0 -73
  90. data/test/scout/path/test_find.rb +0 -119
  91. data/test/scout/path/test_util.rb +0 -22
  92. data/test/scout/persist/test_open.rb +0 -37
  93. data/test/scout/persist/test_path.rb +0 -37
  94. data/test/scout/persist/test_serialize.rb +0 -114
  95. data/test/scout/resource/test_path.rb +0 -46
  96. data/test/scout/resource/test_produce.rb +0 -92
  97. data/test/scout/resource/test_software.rb +0 -24
  98. data/test/scout/resource/test_util.rb +0 -36
  99. data/test/scout/simple_opt/test_doc.rb +0 -16
  100. data/test/scout/simple_opt/test_get.rb +0 -11
  101. data/test/scout/simple_opt/test_parse.rb +0 -10
  102. data/test/scout/simple_opt/test_setup.rb +0 -77
  103. data/test/scout/test_cmd.rb +0 -85
  104. data/test/scout/test_concurrent_stream.rb +0 -29
  105. data/test/scout/test_config.rb +0 -66
  106. data/test/scout/test_indiferent_hash.rb +0 -26
  107. data/test/scout/test_log.rb +0 -32
  108. data/test/scout/test_meta_extension.rb +0 -80
  109. data/test/scout/test_misc.rb +0 -6
  110. data/test/scout/test_named_array.rb +0 -43
  111. data/test/scout/test_open.rb +0 -146
  112. data/test/scout/test_path.rb +0 -54
  113. data/test/scout/test_persist.rb +0 -186
  114. data/test/scout/test_resource.rb +0 -26
  115. data/test/scout/test_tmpfile.rb +0 -53
  116. /data/test/scout/{log/test_color.rb → test_offsite.rb} +0 -0
@@ -1,73 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
3
-
4
- require 'scout/open'
5
-
6
- class TestOpenUtil < Test::Unit::TestCase
7
- def test_read_grep
8
- content =<<-EOF
9
- 1
10
- 2
11
- 3
12
- 4
13
- EOF
14
- TmpFile.with_file(content) do |file|
15
- sum = 0
16
- Open.read(file, :grep => '^1\|3') do |line| sum += line.to_i end
17
- assert_equal(1 + 3, sum)
18
- end
19
-
20
- TmpFile.with_file(content) do |file|
21
- sum = 0
22
- Open.read(file, :grep => ["1","3"]) do |line| sum += line.to_i end
23
- assert_equal(1 + 3, sum)
24
- end
25
- end
26
-
27
- def test_read_grep_invert
28
- content =<<-EOF
29
- 1
30
- 2
31
- 3
32
- 4
33
- EOF
34
- TmpFile.with_file(content) do |file|
35
- sum = 0
36
- Open.read(file, :grep => '^1\|3', :invert_grep => true) do |line| sum += line.to_i end
37
- assert_equal(2 + 4, sum)
38
- end
39
-
40
- TmpFile.with_file(content) do |file|
41
- sum = 0
42
- Open.read(file, :grep => ["1","3"]) do |line| sum += line.to_i end
43
- assert_equal(1 + 3, sum)
44
- end
45
- end
46
-
47
- def test_ln_s
48
- TmpFile.with_file do |directory|
49
- Path.setup(directory)
50
- file1 = directory.subdir1.file
51
- file2 = directory.subdir2.file
52
- Open.write(file1, "TEST")
53
- Open.ln_s file1, file2
54
- assert_equal "TEST", Open.read(file2)
55
- Open.write(file1, "TEST2")
56
- assert_equal "TEST2", Open.read(file2)
57
- end
58
- end
59
-
60
- def test_ln_h
61
- TmpFile.with_file do |directory|
62
- Path.setup(directory)
63
- file1 = directory.subdir1.file
64
- file2 = directory.subdir2.file
65
- Open.write(file1, "TEST")
66
- Open.ln_s file1, file2
67
- assert_equal "TEST", Open.read(file2)
68
- Open.write(file1, "TEST2")
69
- assert_equal "TEST2", Open.read(file2)
70
- end
71
- end
72
- end
73
-
@@ -1,119 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require 'scout/path'
3
- require 'scout/misc'
4
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
5
-
6
- class TestPathFind < Test::Unit::TestCase
7
- def test_parts
8
- path = Path.setup("share/data/some_file", 'scout')
9
- assert_equal "share", path._toplevel
10
- assert_equal "data/some_file", path._subpath
11
-
12
- path = Path.setup("data", 'scout')
13
- assert_equal "", path._toplevel
14
- assert_equal "data", path._subpath
15
- end
16
-
17
- def test_find_local
18
- map = File.join('/usr/local', "{TOPLEVEL}", "{PKGDIR}", "{SUBPATH}")
19
- path = Path.setup("share/data/some_file", 'scout')
20
- target = "/usr/local/share/scout/data/some_file"
21
- assert_equal target, Path.follow(path, map)
22
- end
23
-
24
- def test_find
25
- path = Path.setup("share/data/some_file", 'scout')
26
- assert_equal "/usr/share/scout/data/some_file", path.find(:usr)
27
- end
28
-
29
- def test_current
30
- path = Path.setup("share/data/some_file", 'scout')
31
- TmpFile.in_dir do |tmpdir|
32
- assert_equal_path File.join(tmpdir,"share/data/some_file"), path.find(:current)
33
- end
34
- end
35
-
36
- def test_current_find
37
- path = Path.setup("share/data/some_file", 'scout')
38
- TmpFile.in_dir do |tmpdir|
39
- FileUtils.mkdir_p(File.dirname(File.join(tmpdir, path)))
40
- File.write(File.join(tmpdir, path), 'string')
41
- assert_equal_path File.join(tmpdir,"share/data/some_file"), path.find
42
- assert_equal :current, path.find.where
43
- assert_equal "share/data/some_file", path.find.original
44
- end
45
- end
46
-
47
- def test_current_find_all
48
- path = Path.setup("share/data/some_file", 'scout')
49
- TmpFile.with_dir do |tmpdir|
50
- Path.setup tmpdir
51
-
52
- FileUtils.mkdir_p(tmpdir.lib)
53
- FileUtils.mkdir_p(tmpdir.share.data)
54
- File.write(tmpdir.share.data.some_file, 'string')
55
-
56
- FileUtils.mkdir_p(tmpdir.subdir.share.data)
57
- File.write(tmpdir.subdir.share.data.some_file, 'string')
58
-
59
- path.libdir = tmpdir
60
- Misc.in_dir tmpdir.subdir do
61
- assert_equal 2, path.find_all.length
62
- end
63
- end
64
- end
65
-
66
- def test_located?
67
-
68
- p = Path.setup("/tmp/foo/bar")
69
- assert p.located?
70
- assert_equal_path p, p.find
71
- end
72
-
73
- def test_custom
74
- path = Path.setup("share/data/some_file", 'scout')
75
- TmpFile.with_file do |tmpdir|
76
- path.path_maps[:custom] = [tmpdir, '{PATH}'] * "/"
77
- assert_equal_path File.join(tmpdir,"share/data/some_file"), path.find(:custom)
78
-
79
- path.path_maps[:custom] = [tmpdir, '{TOPLEVEL}/{PKGDIR}/{SUBPATH}'] * "/"
80
- assert_equal_path File.join(tmpdir,"share/scout/data/some_file"), path.find(:custom)
81
- end
82
- end
83
-
84
- def test_pkgdir
85
- path = Path.setup("share/data/some_file", 'scout')
86
- TmpFile.with_file do |tmpdir|
87
- path.pkgdir = 'scout_alt'
88
- path.path_maps[:custom] = [tmpdir, '{TOPLEVEL}/{PKGDIR}/{SUBPATH}'] * "/"
89
- assert_equal_path File.join(tmpdir,"share/scout_alt/data/some_file"), path.find(:custom)
90
- end
91
- end
92
-
93
- def test_sub
94
- path = Path.setup("bin/scout/find")
95
-
96
- assert_equal "/some_dir/bin/scout_commands/find", Path.follow(path, "/some_dir/{PATH/scout/scout_commands}")
97
- assert_equal "/some_dir/scout_commands/find", Path.follow(path, '/some_dir/{PATH/bin\/scout/scout_commands}')
98
- end
99
-
100
- def test_gz
101
- TmpFile.with_file do |tmpdir|
102
- Path.setup(tmpdir)
103
- Open.write(tmpdir.somefile + '.gz', "FOO")
104
- assert_equal_path tmpdir.somefile + '.gz', tmpdir.somefile.find
105
- assert Open.exist?(tmpdir.somefile)
106
- end
107
- end
108
-
109
- def test_with_extension
110
- dir = tmpdir.directory[__method__]
111
- list = %w(a b)
112
- Misc.in_dir(dir) do
113
- file = dir.foo
114
- Open.write(file.set_extension('list'), list * "\n")
115
- assert_equal list, file.list
116
- end
117
- end
118
- end
119
-
@@ -1,22 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require 'scout/path'
3
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
4
-
5
- class TestPathUtil < Test::Unit::TestCase
6
- def test_dirname
7
- p = Path.setup("/usr/share/scout/data")
8
-
9
- assert_equal "/usr/share/scout", p.dirname
10
- end
11
-
12
- def test_glob
13
- TmpFile.in_dir :erase => false do |tmpdir|
14
- Path.setup tmpdir
15
- File.write(tmpdir.foo, 'foo')
16
- File.write(tmpdir.bar, 'bar')
17
- assert_equal 2, tmpdir.glob.length
18
- assert_equal %w(foo bar).sort, tmpdir.glob.collect{|p| p.basename }.sort
19
- end
20
- end
21
- end
22
-
@@ -1,37 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
3
-
4
- class TestPersistOpen < Test::Unit::TestCase
5
-
6
- def obj
7
- ["TEST", 2, :symbol, {"a" => [1,2], :b => 3}]
8
- end
9
-
10
- def test_json
11
- obj = ["TEST", 2]
12
- TmpFile.with_file(obj.to_json) do |tmpfile|
13
- assert_equal obj, Open.json(tmpfile)
14
- end
15
- end
16
-
17
- def test_yaml
18
- TmpFile.with_file(obj.to_yaml) do |tmpfile|
19
- assert_equal obj, Open.yaml(tmpfile)
20
- end
21
- end
22
-
23
- def test_marshal
24
- TmpFile.with_file(Marshal.dump(obj)) do |tmpfile|
25
- assert_equal obj, Open.marshal(tmpfile)
26
- end
27
- end
28
-
29
- def test_yaml_io
30
- TmpFile.with_file(obj.to_yaml) do |tmpfile|
31
- Open.open(tmpfile) do |f|
32
- assert_equal obj, Open.yaml(f)
33
- end
34
- end
35
- end
36
- end
37
-
@@ -1,37 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
3
-
4
- class TestPersistPath < Test::Unit::TestCase
5
- def obj
6
- ["TEST", 2, :symbol, {"a" => [1,2], :b => 3}]
7
- end
8
-
9
- def test_json
10
- obj = ["TEST", 2]
11
- TmpFile.with_file(obj.to_json) do |tmpfile|
12
- Path.setup(tmpfile)
13
- assert_equal obj, tmpfile.json
14
- end
15
- end
16
-
17
- def test_yaml
18
- TmpFile.with_file(obj.to_yaml) do |tmpfile|
19
- assert_equal obj, Open.yaml(tmpfile)
20
- end
21
- end
22
-
23
- def test_marshal
24
- TmpFile.with_file(Marshal.dump(obj)) do |tmpfile|
25
- assert_equal obj, Open.marshal(tmpfile)
26
- end
27
- end
28
-
29
- def test_yaml_io
30
- TmpFile.with_file(obj.to_yaml) do |tmpfile|
31
- Open.open(tmpfile) do |f|
32
- assert_equal obj, Open.yaml(f)
33
- end
34
- end
35
- end
36
- end
37
-
@@ -1,114 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
3
-
4
- class TestPersistSerialize < Test::Unit::TestCase
5
- def test_string
6
- TmpFile.with_file do |tmpfile|
7
- obj = "TEST"
8
- Persist.save(obj, tmpfile, :string)
9
- assert_equal obj, Persist.load(tmpfile, :string)
10
- end
11
- end
12
-
13
- def test_string_io
14
- TmpFile.with_file do |tmpfile|
15
- obj = StringIO.new("TEST")
16
- obj.rewind
17
- Persist.save("TEST", tmpfile, :string)
18
- assert_equal "TEST", Persist.load(tmpfile, :string)
19
- end
20
- end
21
-
22
- def test_integer
23
- TmpFile.with_file do |tmpfile|
24
- obj = 1
25
- Persist.save(obj, tmpfile, :integer)
26
- assert_equal obj, Persist.load(tmpfile, :integer)
27
- end
28
- end
29
-
30
- def test_float
31
- TmpFile.with_file do |tmpfile|
32
- obj = 1.210202
33
- Persist.save(obj, tmpfile, :float)
34
- assert_equal obj, Persist.load(tmpfile, :float)
35
- end
36
- end
37
-
38
- def test_array
39
- TmpFile.with_file do |tmpfile|
40
- obj = %w(one two)
41
- Persist.save(obj, tmpfile, :array)
42
- assert_equal obj, Persist.load(tmpfile, :array)
43
- end
44
- end
45
-
46
- def test_integer_array
47
- TmpFile.with_file do |tmpfile|
48
- obj = [1, 2]
49
- Persist.save(obj, tmpfile, :integer_array)
50
- assert_equal obj, Persist.load(tmpfile, :integer_array)
51
- end
52
- end
53
-
54
- def test_float_array
55
- TmpFile.with_file do |tmpfile|
56
- obj = [1.1, 2.2]
57
- Persist.save(obj, tmpfile, :float_array)
58
- assert_equal obj, Persist.load(tmpfile, :float_array)
59
- end
60
- end
61
-
62
- def test_boolean_array
63
- TmpFile.with_file do |tmpfile|
64
- obj = [true, false, true]
65
- Persist.save(obj, tmpfile, :boolean_array)
66
- assert_equal obj, Persist.load(tmpfile, :boolean_array)
67
- end
68
- end
69
-
70
- def test_path_array
71
- TmpFile.with_file do |tmpfile|
72
- dir = Path.setup("test/dir")
73
- obj = [dir.foo, dir.bar]
74
- Persist.save(obj, tmpfile, :path_array)
75
- assert_equal obj, Persist.load(tmpfile, :path_array)
76
- assert_equal dir.foo.find, obj.first.find
77
- end
78
- end
79
-
80
- def test_path_array_hash
81
- TmpFile.with_file do |tmpfile|
82
- dir = Path.setup("test/dir")
83
- obj = [dir.foo, dir.bar]
84
- hash = {}
85
- Persist.save(obj, tmpfile, hash)
86
- assert_equal obj, Persist.load(tmpfile, hash)
87
- assert_equal dir.foo.find, obj.first.find
88
- end
89
- end
90
-
91
- def test_relative_path
92
- TmpFile.with_file do |dir|
93
- Path.setup(dir)
94
- file = dir.subdir.file
95
- Open.write(file, "TEST")
96
- Persist.save('./subdir/file', dir.file, :file)
97
- assert_equal 'TEST', Open.read(Persist.load(dir.file, :file))
98
- end
99
- end
100
-
101
- def test_relative_file_array
102
- TmpFile.with_file do |dir|
103
- Path.setup(dir)
104
- file1 = dir.subdir1.file
105
- Open.write(file1, "TEST1")
106
- file2 = dir.subdir2.file
107
- Open.write(file2, "TEST2")
108
- Persist.save(["./subdir1/file", "./subdir2/file"], dir.file, :file_array)
109
- assert_equal 'TEST1', Open.read(Persist.load(dir.file, :file_array)[0])
110
- assert_equal 'TEST2', Open.read(Persist.load(dir.file, :file_array)[1])
111
- end
112
- end
113
- end
114
-
@@ -1,46 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
3
- require 'scout/resource'
4
-
5
- class TestResourcePath < Test::Unit::TestCase
6
- module TestResource
7
- extend Resource
8
-
9
- self.subdir = Path.setup('tmp/test-resource_alt')
10
-
11
- claim self.tmp.test.string, :string, "TEST"
12
- end
13
-
14
- def teardown
15
- FileUtils.rm_rf TestResource.root.find
16
- end
17
-
18
- def test_read
19
- assert_include TestResource.tmp.test.string.read, "TEST"
20
- end
21
-
22
- def test_open
23
- str = ""
24
- TestResource.tmp.test.string.open do |f|
25
- str = f.read
26
- end
27
- assert_include str, "TEST"
28
- end
29
-
30
- def test_write
31
- TmpFile.with_file do |tmpfile|
32
- Path.setup(tmpfile)
33
- tmpfile.foo.bar.write do |f|
34
- f.puts "TEST"
35
- end
36
- assert_include tmpfile.foo.bar.read, "TEST"
37
- end
38
- end
39
-
40
- def test_identify
41
- p = Scout.data.file.find(:lib)
42
- assert p.located?
43
- assert_equal "data/file", p.identify
44
- end
45
- end
46
-
@@ -1,92 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
3
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'../resource')
4
-
5
- class TestResourceUnit < Test::Unit::TestCase
6
- module TestResource
7
- extend Resource
8
-
9
- self.subdir = Path.setup('tmp/test-resource')
10
-
11
- claim self.tmp.test.google, :url, "http://google.com"
12
- claim self.tmp.test.string, :string, "TEST"
13
- claim self.tmp.test.proc, :proc do
14
- "PROC TEST"
15
- end
16
-
17
- claim self.tmp.test.rakefiles.Rakefile , :string , <<-EOF
18
- file('foo') do |t|
19
- Open.write(t.name, "FOO")
20
- end
21
-
22
- rule(/.*/) do |t|
23
- Open.write(t.name, "OTHER")
24
- end
25
- EOF
26
-
27
- claim self.tmp.test.work.footest, :rake, TestResource.tmp.test.rakefiles.Rakefile
28
-
29
- claim self.tmp.test.work.file_proc, :file_proc do |file,filename|
30
- Open.write(filename, file)
31
- nil
32
- end
33
- end
34
-
35
- def teardown
36
- FileUtils.rm_rf TestResource.root.find
37
- end
38
-
39
- def test_proc
40
- TestResource.produce TestResource.tmp.test.proc
41
- assert_include File.open(TestResource.tmp.test.proc.find).read, "PROC TEST"
42
- end
43
-
44
- def test_string
45
- TestResource.produce TestResource.tmp.test.string
46
- assert_include File.open(TestResource.tmp.test.string.find).read, "TEST"
47
- end
48
-
49
- def test_url
50
- TestResource.produce TestResource.tmp.test.google
51
- assert_include File.open(TestResource.tmp.test.google.find).read, "html"
52
- end
53
-
54
- def test_rake
55
- TestResource.produce TestResource.tmp.test.work.footest.foo
56
- TestResource.produce TestResource.tmp.test.work.footest.bar
57
- TestResource.produce TestResource.tmp.test.work.footest.foo_bar
58
- assert_include File.open(TestResource.tmp.test.work.footest.foo.find).read, "FOO"
59
- assert_include File.open(TestResource.tmp.test.work.footest.bar.find).read, "OTHER"
60
- assert_include File.open(TestResource.tmp.test.work.footest.foo_bar.find).read, "OTHER"
61
- end
62
-
63
- def test_produce_with_extension
64
- dir = tmpdir.directory[__method__]
65
- dir.pkgdir = Scout
66
- list = %w(a b)
67
-
68
- Scout.claim dir["foo.list"], :proc do
69
- list
70
- end
71
-
72
- Misc.in_dir(dir) do
73
- file = dir.foo
74
- assert_equal list, file.list
75
- end
76
- end
77
-
78
- def test_produce_compressed
79
- dir = tmpdir.directory[__method__]
80
- dir.pkgdir = Scout
81
- list = %w(a b)
82
-
83
- Scout.claim dir["foo.gz"], :proc do |filename|
84
- list
85
- end
86
-
87
- Misc.in_dir(dir) do
88
- file = dir.foo
89
- assert_include file.produce.find, '.gz'
90
- end
91
- end
92
- end
@@ -1,24 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
3
-
4
- class TestResourceSoftware < Test::Unit::TestCase
5
- module TestResource
6
- extend Resource
7
-
8
- self.subdir = Path.setup('tmp/test-resource')
9
- end
10
-
11
- def test_install
12
- Resource.install nil, "scout_install_example", tmpdir.software do
13
- <<-EOF
14
- echo "#!/bin/bash\necho WORKING" > $OPT_BIN_DIR/scout_install_example
15
- chmod +x $OPT_BIN_DIR/scout_install_example
16
- EOF
17
- end
18
- assert_nothing_raised do
19
- CMD.cmd(tmpdir.software.opt.bin.scout_install_example).read
20
- end
21
- assert_equal "WORKING", CMD.cmd('scout_install_example').read.strip
22
- end
23
- end
24
-
@@ -1,36 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
3
-
4
- class TestResourceUtil < Test::Unit::TestCase
5
- def test_identify
6
- path = Path.setup('share/data/somedir/somepath').find
7
- assert_equal 'share/data/somedir/somepath', Scout.identify(path)
8
- end
9
-
10
- def test_identify_with_subdir
11
- m = Module.new
12
- m.extend Resource
13
- m.subdir = 'test/subdir'
14
- path = m.root['share/data/somedir/somepath'].find
15
- assert_equal 'share/data/somedir/somepath', m.identify(path)
16
- end
17
-
18
-
19
- def test_relocate
20
- TmpFile.with_file do |dir|
21
- Path.setup dir
22
-
23
- path_base = Path.setup("basedir").someother.file
24
- path_base.path_maps[:subdir1] = File.join(dir, 'subdir1', '{PATH}')
25
- path_base.path_maps[:subdir2] = File.join(dir, 'subdir2', '{PATH}')
26
-
27
- path1 = path_base.find(:subdir1)
28
- path2 = path_base.find(:subdir2)
29
-
30
- Open.write(path1, "TEST")
31
- Open.mv path1, path2
32
- assert_equal path2, Resource.relocate(path1)
33
- end
34
- end
35
- end
36
-
@@ -1,16 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
3
-
4
- class TestSimpleOptDoc < Test::Unit::TestCase
5
- def test_input_format
6
- assert_match 'default: :def', SOPT.input_format(:name, :type, :def, :n)
7
- end
8
- def test_input_doc
9
- inputs =<<-EOF.split("\n").collect{|l| l.split(" ") }
10
- input1 integer Integer_input 10 i1
11
- input2 float Float_input 0.2 i2
12
- EOF
13
- assert SOPT.input_array_doc(inputs).include?('-i1,--input1')
14
- end
15
- end
16
-
@@ -1,11 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require 'scout/simple_opt'
3
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
4
-
5
- class TestSOPTParse < Test::Unit::TestCase
6
- def test_consume
7
- SOPT.parse("-f--first* first arg:-f--fun")
8
- args = "-f myfile --fun".split(" ")
9
- assert_equal "myfile", SOPT.consume(args)[:first]
10
- end
11
- end
@@ -1,10 +0,0 @@
1
- require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
2
- require 'scout/path'
3
- require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')
4
-
5
- class TestSOPTParse < Test::Unit::TestCase
6
- def test_parse
7
- SOPT.parse("-f--first* first arg:-f--fun")
8
- assert_equal "fun", SOPT.shortcuts["fu"]
9
- end
10
- end