Get node IPs and IDs according to env
[yardstick.git] / tests / unit / apiserver /
2017-09-26 Rex LeeMerge "Read user & password from yardstick.conf in...
2017-09-25 Ross BrattainMerge "Log each test case status in a task"
2017-09-21 Jing LuMerge "Add host&targer in scenario['options']['server_n...
2017-09-21 Ross BrattainMerge "requirements: bump Ansible version to 2.3"
2017-09-20 Ross BrattainMerge "Generate pod.yaml from current context"
2017-09-20 Ross BrattainMerge "Heat: use pkey from string instead of key_filename"
2017-09-20 Ross BrattainMerge "ansible: resize VNF image"
2017-09-19 Ross BrattainMerge "Fixed few gaps when running on a minimal version...
2017-09-19 Ross BrattainMerge "add scenario opnfv_os-nosdn-bar-ha_daily.yaml...
2017-09-19 Ross BrattainMerge "apiserver: mock socket.gethostbyname"
2017-09-04 Ross Brattainapiserver: mock socket.gethostbyname 69/40969/1
2017-08-11 Ross BrattainMerge "yardstick setup ansible, including load_images"
2017-08-11 Jing LuMerge "New storage test case: Bonnie++"
2017-08-10 Ross BrattainMerge "pip_license: quick hack script to add license...
2017-08-10 KubiMerge "bugfix: hosts should be clean if update_hosts...
2017-08-08 Deepak SNSB update 37/38137/40
2017-08-03 Ross BrattainMerge "DRAFT: remove apexlake"
2017-08-03 Ross BrattainMerge "replace yaml.load with yaml.safe_load"
2017-08-02 Ross BrattainMerge "Fix adding right deb repo based on the distro...
2017-08-02 Jing LuMerge "Add task-args(from yaml file) candidates in...
2017-08-02 Jing LuMerge "Add spec cpu2006 test case"
2017-08-01 Ross Brattaintest_env_action: speedup unittest, don't sleep 25/37425/2
2017-07-31 Rex LeeMerge "Testing live migration using qemu"
2017-07-29 Rex LeeMerge "Update NSBPerf CLI to adapt to new output format"
2017-07-24 Jing LuMerge "Open storperf testcase to huawei-pod2"
2017-07-12 Jing LuMerge "Yardstick api database v2 model"
2017-07-12 Rex LeeMerge "Yardstick API architecture improvement"
2017-07-11 chenjiankunYardstick API architecture improvement 45/37045/4
2017-07-06 KubiMerge "show actual exceptions in task.py"
2017-07-05 KubiMerge "unify pod keywork so api can easily used"
2017-07-05 KubiMerge "Use "OS_INSECURE" variable as the insecure mode...
2017-07-03 Jing LuMerge "Set TEST_DB_URL for storperf"
2017-06-30 Jing LuMerge "Change prepareYardstickEnv to prepare_env and...
2017-06-30 chenjiankunChange prepareYardstickEnv to prepare_env and add log... 67/36767/4
2017-03-09 Rex LeeMerge "Record test case names when run a task using...
2017-03-08 Rex LeeMerge "Add uefi image support for yardstick"
2017-02-27 Rex LeeMerge "BugFix: Adopt to latest result structure while...
2017-02-27 Rex LeeMerge "ci in huawei-pod1 do not run test case after...
2017-02-27 KubiMerge "BugFix: update to paramiko 1.18.0 to fix TypeError"
2017-02-23 Rex LeeMerge "Update missing license headers"
2017-02-17 Deepak SUpdate missing license headers 33/28833/4
2017-02-16 KubiMerge "This Patch is used to add grafana config to...
2017-02-16 Rex LeeMerge "New reliability/availability testcase - IP datag...
2017-02-16 Rex LeeMerge "pylint fixes: remove redundant parens, fix compa...
2017-02-16 Rex LeeMerge "set log file to store debug info"
2017-02-14 KubiMerge "Update CLI Command in yardstick TC019, TC045...
2017-02-14 KubiMerge "heat: minor fixes, don't use len > 0 and use...
2017-02-14 Rex LeeMerge "Bux: task_id parameter from API can not pass...
2017-02-14 Rex LeeMerge "fix super() calls, must use explicit class name"
2017-02-14 Rex LeeMerge "more logging fixes"
2017-02-14 Rex LeeMerge "remove trex install from run_tests.sh."
2017-02-14 Rex LeeMerge "heat: convert open to context manager"
2017-02-14 Rex LeeMerge "heat: close file before parsing template"
2017-02-14 Jing LuMerge "vnf_generic: replace list comprehension with...
2017-02-14 Jing LuMerge "Bugfix: write_json_to_file: use json.dump with...
2017-02-14 Jing LuMerge "nsb: move NSB root to constant, add unittest"
2017-02-14 Jing LuMerge "vnf_generic: convert sshmanager to class"
2017-02-14 Jing LuMerge "test_tg_text: fix indentation"
2017-02-14 Jing LuMerge "vnfdgen: replace six.iteritems() with .items()"
2017-02-14 Jing LuMerge "test_vnf_generic: fix unitests when files are...
2017-02-14 Jing LuMerge "Bugfix: apex_lake: sort json keys for git"
2017-02-14 Jing LuMerge "test_env_action: use dict literal"
2017-02-08 Ross Brattaintest_env_action: use dict literal 81/27481/3
2017-01-25 KubiMerge "basic tox.ini for python 2.7 and python 3 unittests"
2017-01-20 Jing LuMerge "Bugfix:can not run a test suite if not under...
2017-01-20 Jing LuMerge "Bugfix: task_id parameter from API can not pass...
2017-01-19 KubiMerge "Verify stdin data before doing encodeutils safe_...
2017-01-19 Jing LuMerge "Bugfix: command "openstack image list" failed"
2017-01-19 KubiMerge "Bugfix: context not found for server ''node1...
2017-01-19 KubiMerge "Re-factor Node.py to use better python inbuilt...
2017-01-19 Jing LuMerge "Add unittest framework for Yardstick API"
2017-01-17 chenjiankunAdd unittest framework for Yardstick API 83/27083/1