aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common/utils.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-19Log VM OS version, Sample VNF branch/commit IDStepan Andrushko1-0/+45
2018-12-27Add IxNetwork L3 scenario implementationMyron Sosyak1-0/+11
2018-11-22Fix hugepages calculationMytnyk, Volodymyr1-1/+2
2018-10-27Setup hugepages on SA host(sriov, ovs_dpdk)Serhiy Pshyk1-0/+17
2018-08-21Convert IXIA latency statistics to integerRodolfo Alonso Hernandez1-0/+22
2018-08-02Merge "Replace assert statements in PipelineRules"Abhijit Sinha1-0/+4
2018-07-31Replace assert statements in PipelineRulesMiikka Koistinen1-0/+4
2018-07-31Fix remote command execution in common.utilsMiikka Koistinen1-6/+2
2018-07-30Change assert statement to raise in common/utilsMiikka Koistinen1-2/+6
2018-07-26Enable "wait_until_true" when used ouf the main threadRodolfo Alonso Hernandez1-4/+21
2018-07-24Add IP mask to IxNetwork configurationRodolfo Alonso Hernandez1-0/+8
2018-07-10Merge "Add send socket commands function"Rodolfo Alonso Hernandez1-0/+22
2018-06-29Move "read_yaml_file" to common.yaml_loaderRodolfo Alonso Hernandez1-9/+0
2018-06-26Extended Context class with get_physical_nodes functionalityChornyi, TarasX1-0/+9
2018-06-22Merge "Configure ACL via static file"Abhijit Sinha1-0/+13
2018-06-21Configure ACL via static fileMytnyk, Volodymyr1-0/+13
2018-06-18Refactor RFC2455 TRex traffic profile injectionRodolfo Alonso Hernandez1-2/+24
2018-06-14Add send socket commands functionRodolfo Alonso Hernandez1-0/+22
2018-04-27Add active wait functionRodolfo Alonso Hernandez1-1/+33
2018-04-12Bugfix: Can't get image list in APIchenjiankun1-0/+5
2018-03-01NSB: move interface probe to VNF, and attempt driver-only probe firstRoss Brattain1-0/+15
2018-03-01Merge "Import "traffic_profile" modules only once"Ross Brattain1-2/+32
2018-03-01Merge "Module to manage pip packages"Rodolfo Alonso Hernandez1-4/+4
2018-03-01Import "traffic_profile" modules only onceRodolfo Alonso Hernandez1-2/+32
2018-02-09Module to manage pip packagesRodolfo Alonso Hernandez1-4/+4
2018-02-06Improve SampleVNF hugepages setupRodolfo Alonso Hernandez1-0/+15
2018-01-19Replace "oslo_utils.importutils" with standard library "importlib"Rodolfo Alonso Hernandez1-22/+18
2017-12-22Replace subprocess "check_output" with "Popen"Rodolfo Alonso Hernandez1-5/+15
2017-10-17validate_non_string_sequence: use six.string_typesRoss Brattain1-1/+1
2017-09-26Ensure that at least one handler is availableEdward MacGillivray1-14/+0
2017-08-28utils: catch SyntaxError during importRoss Brattain1-1/+1
2017-08-19import_modules_from_package: refactor with generatorsRoss Brattain1-13/+13
2017-08-15YAML fixesRoss Brattain1-2/+2
2017-08-14PROX VNF and TGRoss Brattain1-25/+29
2017-08-11Add Ansible executor class for node contextRoss Brattain1-0/+17
2017-08-10Merge "constants: cache YAML config values"Ross Brattain1-14/+0
2017-08-08constants: cache YAML config valuesRoss Brattain1-14/+0
2017-08-08IXIA traffic generatorDeepak S1-0/+26
2017-08-08NSB updateDeepak S1-5/+93
2017-07-25Merge "yardstick env influxdb/grafana cmd support centos"Rex Lee1-1/+9
2017-07-19yardstick env influxdb/grafana cmd support centoschenjiankun1-1/+9
2017-07-17Add API(v2) to create influxdbchenjiankun1-0/+11
2017-07-17Kubernetes (k8s) supportchenjiankun1-0/+21
2017-07-13Add API to get environmentschenjiankun1-0/+10
2017-07-11Yardstick API architecture improvementchenjiankun1-2/+22
2017-07-06move flatten dict key to common utilsrexlee87761-0/+23
2017-06-02utils: make module import saferRoss Brattain1-1/+4
2017-05-01Extend TC008 to run pktgen-dpdk inside VMJing Zhang1-0/+19
2017-04-01Yardstick virtualenv supportchenjiankun1-16/+20
2017-03-09Merge "Bugfix: don't use jsonutils.load, use loads()"Rex Lee1-1/+3