summaryrefslogtreecommitdiffstats
path: root/samples/vnf_samples/nsut/vpe
AgeCommit message (Expand)AuthorFilesLines
2017-11-10NSB: fix vpe_config licenseRoss Brattain1-27/+10
2017-10-11private-> uplink and public->downlinkDeepak S8-16/+16
2017-10-03Adding sample testcases to run on standalone contextDeepak S2-0/+183
2017-09-29Auto create ixia config based on the traffic profileDeepak S1-64/+0
2017-09-25Fix vPE VNF characterization issues.Deepak S4-8/+8
2017-09-18NSB: count from 0, vnf_0, tg_9, private->uplink, public->downlinkRoss Brattain11-74/+74
2017-09-14NSB: fix port topologyMartin Banszel6-7/+7
2017-09-03Adding nfvi flag to enable data collectionDeepak S6-0/+6
2017-08-21Re-define the framesize and flow dynamic define in testcaseDeepak S6-24/+44
2017-08-08NSB updateDeepak S14-503/+469
2017-01-19Adding sample Thoughput Test case for vPE.Deepak S9-0/+1531
.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
Introduction
---------------

The OPNFV Security Guide is the collaborative work of many individuals,
involved in both the OPNFV Security Group and the wider OPNFV community.

The purpose of this guide is to provide the best practice security guidelines for
deploying the OPNFV platfornm. It is a living document that is updated as
new changes are merged into it's repository.

.. toctree::
   :maxdepth: 2

   introduction/background
   introduction/acknowledgements