aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2020-11-09NFVBENCH-187: Augment --l2-loopback command line option capabilitiesPierrick Louin3.highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.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 */
#!/bin/bash
##############################################################################
# Copyright (c) 2018 Parker Berberian, Sawyer Bergeron, and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

# first, basic lint with flake8
find . -type f -name "*.py" -not -name "manage.py" -not -path "*/migrations/*" | xargs flake8 --count

# this file should be executed from the dir it is in
docker exec -it dg01 python manage.py test
avatar/bad6eb22510afd7f4dd2c4cd32ca65f1?s=13&d=retro' />Pierrick Louin1-0/+46 2019-11-21Update readme rls notesahothan1-0/+9 2019-10-23NFVBENCH-152 Add service_mode method for debugging purposeLouin Pierrick1-0/+76 2019-08-22Update release notes and readmeahothan2-16/+66 2019-07-13NFVBENCH-140 Retrieve High Dynamic Range latency histograms with TRex v2.593.5.0ahothan1-1/+1 2019-06-23NFVBENCH-95 Add HdrHistogram encodes returned by TRex to JSON resultsahothan1-0/+2 2019-06-08Update VM build3.4.0ahothan2-3/+15 2019-06-05Add L3 traffic management with Neutron routersFrançois-Régis MENGUY6-1/+71 2019-05-31Build and publish 0.8 VM image to google storageahothan3-0/+86 2019-04-13Remove socketio from python clientahothan2-49/+3 2019-04-08Add iproute2 module to avoid ip command not found issuefmenguy1-1/+1 2019-03-28Add possibility to restart TRex in case of config change or forced it with co...fmenguy2-0/+25 2019-03-17NFVBENCH-126 Remove socketio support (debt reduction)ahothan2-168/+228 2018-12-14Relax checking for vxlan network type.3.0.4ahothan2-13/+16 2018-12-04NFVBENCH-115 SRIOV multi-chain with non shared networks failsahothan1-5/+346 2018-11-27NFVBENCH-114 SRIOV run fails while creating VMahothan1-4/+62 2018-11-20NFVBENCH-111 Add support for VxLAN3.0.0ahothan1-2/+2 2018-11-13NFVBENCH-108 Adjust exact frame size to take into account FCS field2.0.5ahothan1-2/+1 2018-11-13Update 2.0 docahothan11-69/+111 2018-11-01NFVBENCH-105 ARP not working with NFVbench 2.02.0.2ahothan4-9/+19 2018-10-25Merge "Local Documentation Builds"Alec Hothan3-0/+6 2018-10-25Local Documentation BuildsAric Gardner3-0/+6 2018-10-082.0 beta NFVBENCH-91 Allow multi-chaining with separate edge networksahothan6-50/+64 2018-07-13Fix problem in docAce1-1/+1 2018-05-29Move docker build to tag 1.5.01.5.0ahothan1-2/+15 2018-04-25Update doc1.4.1ahothan4-10/+135 2018-04-09[NFVBENCH-83] Add option to display status and to cleanupahothan1-36/+50 2018-03-30Update release notesahothan1-0/+24 2018-01-02Multiple bugfixes for NFVbenchYichen Wang1-30/+45 2017-12-21[NFVBENCH-59] Add Unit Testing of the NDR/PDR convergence algorithm using the...ahothan1-0/+10 2017-12-04Fix typo in documentationYichen Wang1-1/+1 2017-11-30Move container to tag 1.2.11.2.1ahothan2-0/+4 2017-11-27Fix docker container to pick VM image 0.5, enhance doc diagrams1.2.0ahothan23-809/+51 2017-11-04Update hw requirementsahothan3-328/+80 2017-10-18Add dev section to doc1.1.0ahothan4-5/+107 2017-10-18Merge "NFVBENCH-42 Add multiple fluentd aggregators support"Alec Hothan1-1/+1 2017-10-18NFVBENCH-42 Add multiple fluentd aggregators supportKerim Gokarslan1-1/+1 2017-10-18Corrected spelling mistakeSofia Wallin1-1/+1 2017-10-18Harmonization of the titles of the Testing documentsMorgan Richomme1-2/+3