<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SystemTesting</title><link>https://sourceforge.net/p/perlsystemtest/wiki/SystemTesting/</link><description>Recent changes to SystemTesting</description><atom:link href="https://sourceforge.net/p/perlsystemtest/wiki/SystemTesting/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 26 Aug 2014 18:17:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/perlsystemtest/wiki/SystemTesting/feed" rel="self" type="application/rss+xml"/><item><title>SystemTesting modified by Todd Shoenfelt</title><link>https://sourceforge.net/p/perlsystemtest/wiki/SystemTesting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -7,11 +7,18 @@

 Example
 ----
-This says start the command 'find /' ten times on the host named flintstone and don't wait for them to exit.
+This says issue the date command on the flintstone host, start the command 'find /' four times in parallel on all linux hosts in the testbed, then issue the date command on the flintstone host again after waiting on all the find commands to complete.

     :::yaml
     - testid: 123
       host: flintstone
+      command: date
+    - testid: 453 
+      hosttype: linux
       command: find /
+      count: 4
       bg: 1
-      count: 10
+    - testid: 543
+      host: flintstone
+      command: date
+      wait: [453]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Todd Shoenfelt</dc:creator><pubDate>Tue, 26 Aug 2014 18:17:57 -0000</pubDate><guid>https://sourceforge.netbebbaf17ece431c2898a7f8b679b4e86eb2c6d42</guid></item><item><title>SystemTesting modified by aisarosenbaum</title><link>https://sourceforge.net/p/perlsystemtest/wiki/SystemTesting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -9,6 +9,7 @@
 ----
 This says start the command 'find /' ten times on the host named flintstone and don't wait for them to exit.

+    :::yaml
     - testid: 123
       host: flintstone
       command: find /
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aisarosenbaum</dc:creator><pubDate>Wed, 13 Nov 2013 00:12:16 -0000</pubDate><guid>https://sourceforge.net9d43e5a30ee36886cd8b34cd59e9701695d917b2</guid></item><item><title>SystemTesting modified by aisarosenbaum</title><link>https://sourceforge.net/p/perlsystemtest/wiki/SystemTesting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,5 +1,8 @@
 System Testing
 ====
+
+[TOC]
+
 System Testing with PEST is characterized by remote process invocation and parallelism.  (By contrast, Functional Testing is characterized by blocking processes that are sequentially executed)

 Example
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aisarosenbaum</dc:creator><pubDate>Wed, 13 Nov 2013 00:04:05 -0000</pubDate><guid>https://sourceforge.netf39524843153b4279b7c0b828a55f51acece123a</guid></item><item><title>SystemTesting modified by aisarosenbaum</title><link>https://sourceforge.net/p/perlsystemtest/wiki/SystemTesting/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="system-testing"&gt;System Testing&lt;/h1&gt;
&lt;p&gt;System Testing with PEST is characterized by remote process invocation and parallelism.  (By contrast, Functional Testing is characterized by blocking processes that are sequentially executed)&lt;/p&gt;
&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;p&gt;This says start the command 'find /' ten times on the host named flintstone and don't wait for them to exit.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="n"&gt;testid&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;123&lt;/span&gt;
  &lt;span class="nl"&gt;host:&lt;/span&gt; &lt;span class="n"&gt;flintstone&lt;/span&gt;
  &lt;span class="nl"&gt;command:&lt;/span&gt; &lt;span class="n"&gt;find&lt;/span&gt; &lt;span class="o"&gt;/&lt;/span&gt;
  &lt;span class="nl"&gt;bg:&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;
  &lt;span class="nl"&gt;count:&lt;/span&gt; &lt;span class="mi"&gt;10&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aisarosenbaum</dc:creator><pubDate>Tue, 12 Nov 2013 23:46:03 -0000</pubDate><guid>https://sourceforge.net6f6aea5b7ec94457cf8fe0d72a2916b91ae19e7e</guid></item></channel></rss>