Skip to content

Commit

Permalink
Apama Analytics EPL Apps tools for 10.9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisreed-sag committed Apr 12, 2021
1 parent a70a791 commit 0fd812b
Show file tree
Hide file tree
Showing 31 changed files with 99 additions and 78 deletions.
14 changes: 7 additions & 7 deletions doc/pydoc/_modules/apamax/eplapplications/basetest.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>apamax.eplapplications.basetest &#8212; EPL Apps Tools 10.7.0.21 documentation</title>
<title>apamax.eplapplications.basetest &#8212; EPL Apps Tools 10.9.0.1 documentation</title>
<link rel="stylesheet" href="../../../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>
Expand Down Expand Up @@ -121,9 +121,9 @@ <h1>Source code for apamax.eplapplications.basetest</h1><div class="highlight"><

<span class="c1"># need to have a version independent addition or this will need to be maintained.</span>
<span class="n">apama_project</span><span class="o">.</span><span class="n">addBundle</span><span class="p">(</span><span class="s2">&quot;Automatic onApplicationInitialized&quot;</span><span class="p">)</span>
<span class="n">apama_project</span><span class="o">.</span><span class="n">addBundle</span><span class="p">(</span><span class="s2">&quot;Cumulocity IoT &gt; Cumulocity Client 10.5+&quot;</span><span class="p">)</span>
<span class="n">apama_project</span><span class="o">.</span><span class="n">addBundle</span><span class="p">(</span><span class="s2">&quot;Cumulocity IoT &gt; Event Definitions for Cumulocity 10.5+&quot;</span><span class="p">)</span>
<span class="n">apama_project</span><span class="o">.</span><span class="n">addBundle</span><span class="p">(</span><span class="s2">&quot;Cumulocity IoT &gt; Utilities for Cumulocity 10.5+&quot;</span><span class="p">)</span>
<span class="n">apama_project</span><span class="o">.</span><span class="n">addBundle</span><span class="p">(</span><span class="s2">&quot;Cumulocity IoT &gt; Cumulocity Client&quot;</span><span class="p">)</span>
<span class="n">apama_project</span><span class="o">.</span><span class="n">addBundle</span><span class="p">(</span><span class="s2">&quot;Cumulocity IoT &gt; Event Definitions for Cumulocity&quot;</span><span class="p">)</span>
<span class="n">apama_project</span><span class="o">.</span><span class="n">addBundle</span><span class="p">(</span><span class="s2">&quot;Cumulocity IoT &gt; Utilities for Cumulocity&quot;</span><span class="p">)</span>
<span class="n">apama_project</span><span class="o">.</span><span class="n">addBundle</span><span class="p">(</span><span class="s2">&quot;Correlator Management&quot;</span><span class="p">)</span>
<span class="n">apama_project</span><span class="o">.</span><span class="n">addBundle</span><span class="p">(</span><span class="s2">&quot;JSON Support&quot;</span><span class="p">)</span>
<span class="n">apama_project</span><span class="o">.</span><span class="n">addBundle</span><span class="p">(</span><span class="s2">&quot;Time Format&quot;</span><span class="p">)</span>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h1>Source code for apamax.eplapplications.basetest</h1><div class="highlight"><
<span class="n">paramImpl</span><span class="p">[</span><span class="n">prop</span><span class="p">]</span> <span class="o">=</span> <span class="n">params</span><span class="p">[</span><span class="n">prop</span><span class="p">]</span>

<span class="n">propFileName</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">output</span><span class="p">,</span> <span class="s2">&quot;CumulocityIoT.properties&quot;</span><span class="p">)</span>
<span class="n">destFileName</span> <span class="o">=</span> <span class="s2">&quot;/connectivity/CumulocityClient10.5+/CumulocityIoT.properties&quot;</span>
<span class="n">destFileName</span> <span class="o">=</span> <span class="s2">&quot;/connectivity/CumulocityClient/CumulocityIoT.properties&quot;</span>
<span class="c1">#create a local props file </span>
<span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="n">propFileName</span><span class="p">,</span> <span class="s2">&quot;w&quot;</span><span class="p">,</span> <span class="n">encoding</span><span class="o">=</span><span class="s1">&#39;utf8&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">propfile</span><span class="p">:</span>
<span class="n">propfile</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\ufeff\n</span><span class="s1">&#39;</span><span class="p">)</span>
Expand Down Expand Up @@ -481,7 +481,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
</ul>
</div>
Expand Down
6 changes: 3 additions & 3 deletions doc/pydoc/_modules/apamax/eplapplications/connection.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>apamax.eplapplications.connection &#8212; EPL Apps Tools 10.7.0.21 documentation</title>
<title>apamax.eplapplications.connection &#8212; EPL Apps Tools 10.9.0.1 documentation</title>
<link rel="stylesheet" href="../../../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>
Expand Down Expand Up @@ -178,7 +178,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
</ul>
</div>
Expand Down
6 changes: 3 additions & 3 deletions doc/pydoc/_modules/apamax/eplapplications/eplapps.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>apamax.eplapplications.eplapps &#8212; EPL Apps Tools 10.7.0.21 documentation</title>
<title>apamax.eplapplications.eplapps &#8212; EPL Apps Tools 10.9.0.1 documentation</title>
<link rel="stylesheet" href="../../../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>
Expand Down Expand Up @@ -273,7 +273,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
</ul>
</div>
Expand Down
6 changes: 3 additions & 3 deletions doc/pydoc/_modules/apamax/eplapplications/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>apamax.eplapplications.platform &#8212; EPL Apps Tools 10.7.0.21 documentation</title>
<title>apamax.eplapplications.platform &#8212; EPL Apps Tools 10.9.0.1 documentation</title>
<link rel="stylesheet" href="../../../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>
Expand Down Expand Up @@ -197,7 +197,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
</ul>
</div>
Expand Down
6 changes: 3 additions & 3 deletions doc/pydoc/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Overview: module code &#8212; EPL Apps Tools 10.7.0.21 documentation</title>
<title>Overview: module code &#8212; EPL Apps Tools 10.9.0.1 documentation</title>
<link rel="stylesheet" href="../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -78,7 +78,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
2 changes: 1 addition & 1 deletion doc/pydoc/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '10.7.0.21',
VERSION: '10.9.0.1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
27 changes: 18 additions & 9 deletions doc/pydoc/autodocgen/apamax.eplapplications.basetest.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>apamax.eplapplications.basetest &#8212; EPL Apps Tools 10.7.0.21 documentation</title>
<title>apamax.eplapplications.basetest &#8212; EPL Apps Tools 10.9.0.1 documentation</title>
<link rel="stylesheet" href="../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />

Expand Down Expand Up @@ -34,7 +34,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="apamax.eplapplications.html" title="apamax.eplapplications"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="apamax.html" >PySys helpers for Apama EPL Apps</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="apamax.eplapplications.html" accesskey="U">apamax.eplapplications</a> &#187;</li>
</ul>
Expand Down Expand Up @@ -128,8 +128,11 @@ <h2>ApamaC8YBaseTest<a class="headerlink" href="#apamac8ybasetest" title="Permal
<code class="sig-name descname">setup</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/apamax/eplapplications/basetest.html#ApamaC8YBaseTest.setup"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#apamax.eplapplications.basetest.ApamaC8YBaseTest.setup" title="Permalink to this definition"></a></dt>
<dd><p>Contains setup actions to be executed before the test is executed.</p>
<p>The <code class="docutils literal notranslate"><span class="pre">setup</span></code> method may be overridden by individual test classes, or (more commonly) in a custom <code class="xref py py-obj docutils literal notranslate"><span class="pre">BaseTest</span></code>
subclass that provides common functionality for multiple individual tests. If you override this method, be
sure to call <code class="docutils literal notranslate"><span class="pre">super(BASETEST_CLASS_HERE,</span> <span class="pre">self).setup()</span></code> to allow the setup commands from the base test to run.</p>
subclass that provides common functionality for multiple individual tests. However before implementing a custom
BaseTest subclass with its own setup() method, consider whether the PySys concept of test plugins would meet
your needs.</p>
<p>If you do override this method, be sure to call <code class="docutils literal notranslate"><span class="pre">super(BASETEST_CLASS_HERE,</span> <span class="pre">self).setup()</span></code> to allow the
setup commands from the base test to run.</p>
<p>If <code class="docutils literal notranslate"><span class="pre">setup</span></code> throws an exception, the <code class="xref py py-obj docutils literal notranslate"><span class="pre">cleanup</span></code> method will still be called, to allow for clean up resources
that were already allocated.</p>
</dd></dl>
Expand Down Expand Up @@ -169,8 +172,11 @@ <h2>LocalCorrelatorSimpleTest<a class="headerlink" href="#localcorrelatorsimplet
<code class="sig-name descname">setup</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/apamax/eplapplications/basetest.html#LocalCorrelatorSimpleTest.setup"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#apamax.eplapplications.basetest.LocalCorrelatorSimpleTest.setup" title="Permalink to this definition"></a></dt>
<dd><p>Contains setup actions to be executed before the test is executed.</p>
<p>The <code class="docutils literal notranslate"><span class="pre">setup</span></code> method may be overridden by individual test classes, or (more commonly) in a custom <code class="xref py py-obj docutils literal notranslate"><span class="pre">BaseTest</span></code>
subclass that provides common functionality for multiple individual tests. If you override this method, be
sure to call <code class="docutils literal notranslate"><span class="pre">super(BASETEST_CLASS_HERE,</span> <span class="pre">self).setup()</span></code> to allow the setup commands from the base test to run.</p>
subclass that provides common functionality for multiple individual tests. However before implementing a custom
BaseTest subclass with its own setup() method, consider whether the PySys concept of test plugins would meet
your needs.</p>
<p>If you do override this method, be sure to call <code class="docutils literal notranslate"><span class="pre">super(BASETEST_CLASS_HERE,</span> <span class="pre">self).setup()</span></code> to allow the
setup commands from the base test to run.</p>
<p>If <code class="docutils literal notranslate"><span class="pre">setup</span></code> throws an exception, the <code class="xref py py-obj docutils literal notranslate"><span class="pre">cleanup</span></code> method will still be called, to allow for clean up resources
that were already allocated.</p>
</dd></dl>
Expand Down Expand Up @@ -210,8 +216,11 @@ <h2>EPLAppsSimpleTest<a class="headerlink" href="#eplappssimpletest" title="Perm
<code class="sig-name descname">setup</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/apamax/eplapplications/basetest.html#EPLAppsSimpleTest.setup"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#apamax.eplapplications.basetest.EPLAppsSimpleTest.setup" title="Permalink to this definition"></a></dt>
<dd><p>Contains setup actions to be executed before the test is executed.</p>
<p>The <code class="docutils literal notranslate"><span class="pre">setup</span></code> method may be overridden by individual test classes, or (more commonly) in a custom <code class="xref py py-obj docutils literal notranslate"><span class="pre">BaseTest</span></code>
subclass that provides common functionality for multiple individual tests. If you override this method, be
sure to call <code class="docutils literal notranslate"><span class="pre">super(BASETEST_CLASS_HERE,</span> <span class="pre">self).setup()</span></code> to allow the setup commands from the base test to run.</p>
subclass that provides common functionality for multiple individual tests. However before implementing a custom
BaseTest subclass with its own setup() method, consider whether the PySys concept of test plugins would meet
your needs.</p>
<p>If you do override this method, be sure to call <code class="docutils literal notranslate"><span class="pre">super(BASETEST_CLASS_HERE,</span> <span class="pre">self).setup()</span></code> to allow the
setup commands from the base test to run.</p>
<p>If <code class="docutils literal notranslate"><span class="pre">setup</span></code> throws an exception, the <code class="xref py py-obj docutils literal notranslate"><span class="pre">cleanup</span></code> method will still be called, to allow for clean up resources
that were already allocated.</p>
</dd></dl>
Expand Down Expand Up @@ -291,7 +300,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="apamax.eplapplications.html" title="apamax.eplapplications"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">EPL Apps Tools 10.7.0.21 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">EPL Apps Tools 10.9.0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="apamax.html" >PySys helpers for Apama EPL Apps</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="apamax.eplapplications.html" >apamax.eplapplications</a> &#187;</li>
</ul>
Expand Down
Loading

0 comments on commit 0fd812b

Please sign in to comment.