Age | Commit message (Expand) | Author | Files | Lines |
2018-01-30 | Make 'Scenario' classes plugable |  Rodolfo Alonso Hernandez | 1 | -0/+53 |
2018-01-27 | Fix up tests for Parser scenario |  Emma Foley | 1 | -25/+42 |
2018-01-26 | Merge "Replace assertEqual(x, True|False) with assert[True|False](x)" |  Ross Brattain | 20 | -46/+46 |
2018-01-26 | Merge changes from topic 'bug/yardstick-864' |  Ross Brattain | 11 | -146/+185 |
2018-01-25 | Replace assertEqual(x, True|False) with assert[True|False](x) |  Emma Foley | 20 | -46/+46 |
2018-01-25 | Replace assertEquals with assertEqual |  Emma Foley | 1 | -2/+2 |
2018-01-25 | Make files pep8 compliant before using assertTrue|False |  Emma Foley | 11 | -144/+183 |
2018-01-24 | Remove generated file in 'test_build_vm_xml' |  Rodolfo Alonso Hernandez | 1 | -3/+3 |
2018-01-24 | Merge "'libvirt' guest console in Standalone model" |  Ross Brattain | 1 | -21/+21 |
2018-01-23 | Merge "Use assertIn(x, y) instead of other variations" |  Rodolfo Alonso Hernandez | 1 | -15/+21 |
2018-01-22 | Clean unit tests in "benchmark.scenarios.lib.test_create_volume.py |  Emma Foley | 1 | -16/+67 |
2018-01-16 | bugfix: Fix duplicate 'address' in standlone SRIOV |  Dino Madarang | 1 | -3/+24 |
2018-01-12 | Use assertIn(x, y) instead of other variations |  Emma Foley | 1 | -15/+21 |
2017-12-25 | SPEC cpu2006 test case for VM |  JingLu5 | 1 | -0/+84 |
2017-12-15 | 'libvirt' guest console in Standalone model |  Jan Malanik | 1 | -21/+21 |
2017-12-15 | NSB: Fix standalone.model.Libvirt SR-IOV modeling |  Dino Madarang | 2 | -116/+201 |
2017-12-11 | heat: allow overriding Heat/Neutron private IP for DPDK tests |  Ross Brattain | 2 | -2/+178 |
2017-12-01 | Merge "KVMFORNFV: Reverting LiveMigration changes" |  Jing Lu | 1 | -10/+9 |
2017-11-30 | KVMFORNFV: Reverting LiveMigration changes |  Navya Bathula | 1 | -10/+9 |
2017-11-17 | Merge "Create get_description and get_scenario_type for Scenario" |  Ross Brattain | 1 | -0/+53 |
2017-11-07 | Create get_description and get_scenario_type for Scenario |  Rodolfo Alonso Hernandez | 1 | -0/+53 |
2017-11-01 | Heat: add availability_zone |  Ross Brattain | 1 | -11/+37 |
2017-10-25 | KVMFORNFV: To avoid livemigration result update to json |  Navya | 1 | -10/+11 |
2017-10-19 | Merge "add CheckConnectivity scenario" |  Jing Lu | 1 | -0/+84 |
2017-10-19 | add CheckConnectivity scenario |  JingLu5 | 1 | -0/+84 |
2017-10-16 | Adding cpu set to enable affinity for given vcpu |  Deepak S | 1 | -13/+7 |
2017-10-12 | Merge "Use "protocol" parameters in iperf3 yaml and task file" |  Ross Brattain | 1 | -2/+20 |
2017-10-11 | Use "protocol" parameters in iperf3 yaml and task file |  Ace Lee | 1 | -2/+20 |
2017-10-06 | fix random test_task unittest fail due to os.environ mock |  Ross Brattain | 1 | -10/+13 |
2017-10-05 | Merge "heat: add port name as port" |  Ross Brattain | 1 | -0/+1 |
2017-10-05 | heat: add port name as port |  Ross Brattain | 1 | -0/+1 |
2017-10-04 | Add intermediate variables for attacker,monitor,result_checker |  qiujuan | 1 | -2/+2 |
2017-10-03 | NSB PROX test hang fixes |  Ross Brattain | 1 | -2/+50 |
2017-10-02 | Merge "Enabling multi_VM & multi port launch in standalone context" |  Ross Brattain | 15 | -1662/+1129 |
2017-10-02 | drain runner queue and undo cancel_join_thread |  Ross Brattain | 1 | -2/+41 |
2017-10-01 | code inspection fixes: test_pktgen |  Ross Brattain | 1 | -7/+7 |
2017-09-29 | Enabling multi_VM & multi port launch in standalone context |  Deepak S | 15 | -1662/+1129 |
2017-09-28 | vnf_generic: Fix str object has no attribute items |  Dino Madarang | 1 | -0/+6 |
2017-09-21 | Add service in kubernetes context |  chenjiankun | 1 | -6/+59 |
2017-09-20 | Merge "Heat: use pkey from string instead of key_filename" |  Ross Brattain | 1 | -11/+14 |
2017-09-18 | Heat: use pkey from string instead of key_filename |  Ross Brattain | 1 | -11/+14 |
2017-09-18 | NSB: count from 0, vnf_0, tg_9, private->uplink, public->downlink |  Ross Brattain | 4 | -34/+34 |
2017-09-14 | NSB: fix port topology |  Martin Banszel | 2 | -9/+29 |
2017-09-13 | Heat: support non-mesh network toplogy |  Ross Brattain | 2 | -61/+29 |
2017-09-07 | Merge "Bugfix: ha test case criteria pass when sla not pass" |  Kubi | 1 | -8/+37 |
2017-09-06 | Merge "test_kubernetes: mock file operations in test_ssh_key" |  Ross Brattain | 1 | -1/+6 |
2017-09-06 | Merge "test_vsperf_dpdk: mock time to speedup unitests" |  Ross Brattain | 1 | -11/+14 |
2017-09-03 | test_create_keypair: fix op_utils mock and mock paramiko |  Ross Brattain | 1 | -5/+6 |
2017-09-03 | test_kubernetes: mock file operations in test_ssh_key |  Ross Brattain | 1 | -1/+6 |
2017-09-03 | test_vsperf_dpdk: mock time to speedup unitests |  Ross Brattain | 1 | -11/+14 |