summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-nfv-access-cmc-example-usecases/doc/usecases_autoframe.xml
blob: 8e01a9452affe2817ecb9f1f2c8e25e9ccf02a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter id="autoframe_uc_cmc">
  <title>Running Example Use-cases from the Automation Framework</title>

  <section id="uc_one_auto_cmc">
    <title>128T VNF Router Example Use-case</title>

    <para><emphasis role="bold">Deploying the 128T VNF
    Router</emphasis></para>

    <programlisting>&gt; cd automation_and_systemtest/automation_framework/unittestSuite
&gt; python unittestSuite.py -u admin -p admin -H &lt;uCPE_Manager_IP&gt; -n me1100-1 \
-s 128tDeploy.json -d "128T Deployment"<remark>ADCA wants to replace these last two lines.
With what?</remark></programlisting>

    <para><emphasis role="bold">Use-case Clean-up</emphasis></para>

    <programlisting>&gt; python unittestSuite.py -u admin -p admin -H &lt;uCPE_Manager_IP&gt; -n me1100-1 \
-s 128tCleanup.json -d "128T Clean-up"</programlisting>
  </section>

  <section id="uc_two_auto_cmc">
    <title>Service Chaining 128T - Fortigate Example Use-case</title>

    <para><emphasis role="bold">Deploying the 128T router and Fortigate
    VNF</emphasis></para>

    <programlisting>&gt; cd automation_and_systemtest/automation_framework/unittestSuite 
&gt; python unittestSuite.py -u admin -p admin -H &lt;uCPE_Manager_IP&gt; -n me1100-1 \
-s 128t_FG_SFCDeploy.json -d "128T - Fortigate SFC Deployment" </programlisting>

    <para><emphasis role="bold">Use-case Clean-up</emphasis></para>

    <programlisting>&gt; python unittestSuite.py -u admin -p admin -H &lt;uCPE_Manager_IP&gt; -n me1100-1 \
-s 128t_FG_SFCCleanup.json -d "128T - Fortigate SFC CleanUp"</programlisting>

    <note>
      <para>Please replace &lt;uCPE_Manager_IP&gt; with the IP address of the
      uCPE Manager machine.</para>
    </note>
  </section>
</chapter>