From: Ryota MIBU Date: Tue, 1 Dec 2015 07:58:53 +0000 (+0000) Subject: Merge "update builder script and how-to-use-docs" X-Git-Tag: test-tag~141 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2141a17cadce1d6d451f501d4038fcacb7b52f8f;hp=055361f3139dc0d028a5df06114941ea9c32c805;p=releng.git Merge "update builder script and how-to-use-docs" --- diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 716e1954b..f920c9b9b 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -21,8 +21,6 @@ node: opnfv-jump-1 - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -84,8 +82,6 @@ node: opnfv-jump-1 - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -144,8 +140,6 @@ disabled: false - project-type: freestyle - logrotate: daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' @@ -176,8 +170,8 @@ builders: - 'apex-build' - - 'apex-upload-artifact' - 'apex-deploy-virtual' + - 'apex-upload-artifact' - 'apex-workspace-cleanup' - trigger-builds: - project: 'functest-apex-{stream}' @@ -312,20 +306,9 @@ echo "--------------------------------------------------------" echo - # check if we got the file - if [[ -f opnfv.properties ]]; then - # source the file so we get OPNFV vars - source opnfv.properties - RPM_INSTALL_PATH=build_output/$(basename $OPNFV_RPM_URL) - else - # get the latest.properties file in order to get info regarding latest artifact - curl -s -o $WORKSPACE/opnfv.properties http://$GS_URL/latest.properties - [[ -f opnfv.properties ]] || exit 1 - - # source the file so we get OPNFV vars - source opnfv.properties - RPM_INSTALL_PATH=$RPM_URL - fi + # source the file so we get OPNFV vars + source opnfv.properties + RPM_INSTALL_PATH=build_output/$(basename $OPNFV_RPM_URL) # update / install the new rpm if rpm -q opnfv-apex > /dev/null; then diff --git a/jjb/armband/armband.yml b/jjb/armband/armband.yml index 81710d265..379a8aecb 100644 --- a/jjb/armband/armband.yml +++ b/jjb/armband/armband.yml @@ -18,8 +18,6 @@ - job-template: name: armband-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -33,15 +31,12 @@ - job-template: name: 'armband-daily-{stream}' - node: master - # Job template for daily builders # # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -80,8 +75,6 @@ node: ericsson-build - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -131,14 +124,10 @@ - job-template: name: 'armband-merge' - node: master - # builder-merge job to run JJB update # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 diff --git a/jjb/availability/availability.yml b/jjb/availability/availability.yml index 6bb068b49..10fdf6ef5 100644 --- a/jjb/availability/availability.yml +++ b/jjb/availability/availability.yml @@ -18,8 +18,6 @@ - job-template: name: availability-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -38,9 +36,7 @@ # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: master - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -75,10 +71,6 @@ - job-template: name: 'availability-verify' - node: master - - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -126,10 +118,6 @@ # # This job's purpose is to update all the JJB - node: master - - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -165,8 +153,3 @@ - shell: !include-raw docu-build.sh - - - - - diff --git a/jjb/bottlenecks/bottlenecks.yml b/jjb/bottlenecks/bottlenecks.yml index 049a51eef..582fbec5a 100644 --- a/jjb/bottlenecks/bottlenecks.yml +++ b/jjb/bottlenecks/bottlenecks.yml @@ -23,8 +23,6 @@ - job-template: name: 'bottlenecks-test' - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -38,15 +36,12 @@ - job-template: name: 'bottlenecks-daily-{stream}' - node: master - # Job template for daily builders # # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -81,10 +76,6 @@ - job-template: name: 'bottlenecks-verify' - node: master - - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -128,14 +119,10 @@ - job-template: name: 'bottlenecks-merge' - node: master - # builder-merge job to run JJB update # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 diff --git a/jjb/compass4nfv/compass4nfv.yml b/jjb/compass4nfv/compass4nfv.yml index 0e41e1ba6..426a93b58 100644 --- a/jjb/compass4nfv/compass4nfv.yml +++ b/jjb/compass4nfv/compass4nfv.yml @@ -39,8 +39,6 @@ - job-template: name: 'compass-verify' - project-type: freestyle - disabled: false node: 'huawei-deploy-vm' @@ -76,7 +74,6 @@ refspec: '$GERRIT_REFSPEC' choosing-strategy: 'gerrit' - triggers: - gerrit: trigger-on: @@ -115,8 +112,6 @@ # # This job's purpose is to update all the JJB - project-type: freestyle - node: huawei-build concurrent: true @@ -166,8 +161,6 @@ - job-template: name: 'compass-daily-{stream}' - project-type: freestyle - node: huawei-build concurrent: true @@ -220,8 +213,6 @@ - job-template: name: 'compass-build-iso' - project-type: freestyle - node: ericsson-build concurrent: true @@ -260,8 +251,6 @@ description: "build ppa(using docker) in huawei lab" - project-type: freestyle - node: huawei-build concurrent: true @@ -299,8 +288,6 @@ - job-template: name: 'compass-deploy-virtual-{flavor}' - project-type: freestyle - disabled: false node: '{node}' @@ -323,14 +310,12 @@ default: '{conf}' description: "" - logrotate: daysToKeep: 30 numToKeep: 10 artifactDaysToKeep: -1 artifactNumToKeep: -1 - builders: - 'builder-compass-ci-preclean-workspace' - 'builder-compass-download-artifact' @@ -341,12 +326,9 @@ allow-empty: 'true' fingerprint: true - - job-template: name: 'compass-deploy-bare-huawei-us' - project-type: freestyle - disabled: false node: 'huawei-us-deploy-bare-1' @@ -382,7 +364,6 @@ allow-empty: 'true' fingerprint: true - ######################## # parameter macros ######################## @@ -587,7 +568,6 @@ gsutil cp $BUILD_DIRECTORY/opnfv.properties gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.properties > gsutil.properties.log 2>&1 gsutil cp $BUILD_DIRECTORY/opnfv.properties gs://$GS_URL/latest.properties > gsutil.latest.log 2>&1 - echo echo "--------------------------------------------------------" echo "Done!" diff --git a/jjb/conductor/conductor.yml b/jjb/conductor/conductor.yml index 01ccdaf14..6851b6ea8 100644 --- a/jjb/conductor/conductor.yml +++ b/jjb/conductor/conductor.yml @@ -18,8 +18,6 @@ - job-template: name: conductor-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -39,7 +37,6 @@ # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -76,8 +73,6 @@ - job-template: name: 'conductor-verify' - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -127,8 +122,6 @@ # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 diff --git a/jjb/copper/copper.yml b/jjb/copper/copper.yml index 04d9074f5..47651b2e9 100644 --- a/jjb/copper/copper.yml +++ b/jjb/copper/copper.yml @@ -15,8 +15,6 @@ - job-template: name: copper-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index ddc6efdea..a93af98ec 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -13,8 +13,6 @@ - job_defaults: &job_defaults name: job_defaults - node: master - project-type: freestyle logrotate: daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' diff --git a/jjb/dpacc/dpacc.yml b/jjb/dpacc/dpacc.yml index d027f47fe..34f784fe4 100644 --- a/jjb/dpacc/dpacc.yml +++ b/jjb/dpacc/dpacc.yml @@ -18,8 +18,6 @@ - job-template: name: dpacc-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -39,7 +37,6 @@ # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -76,8 +73,6 @@ - job-template: name: 'dpacc-verify' - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -127,8 +122,6 @@ # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 diff --git a/jjb/fastpathmetrics/fastpathmetrics.yml b/jjb/fastpathmetrics/fastpathmetrics.yml index 6c7edaa67..6004874dc 100644 --- a/jjb/fastpathmetrics/fastpathmetrics.yml +++ b/jjb/fastpathmetrics/fastpathmetrics.yml @@ -18,8 +18,6 @@ - job-template: name: fastpathmetrics-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -39,7 +37,6 @@ # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -76,8 +73,6 @@ - job-template: name: 'fastpathmetrics-verify' - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -127,8 +122,6 @@ # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -166,8 +159,3 @@ find . echo "merge logic goes here" - - - - - diff --git a/jjb/fuel/fuel.yml b/jjb/fuel/fuel.yml index c0ba580de..1566109a4 100644 --- a/jjb/fuel/fuel.yml +++ b/jjb/fuel/fuel.yml @@ -30,8 +30,6 @@ - job-template: name: 'fuel-verify-build-{stream}' - project-type: freestyle - node: ericsson-build concurrent: true @@ -98,8 +96,6 @@ - job-template: name: 'fuel-merge-build-{stream}' - project-type: freestyle - node: ericsson-build concurrent: true @@ -160,8 +156,6 @@ - job-template: name: 'fuel-merge-deploy-virtual-{stream}' - project-type: freestyle - node: fuel-deploy-virtual concurrent: true @@ -225,8 +219,6 @@ - job-template: name: 'fuel-daily-{stream}' - project-type: freestyle - node: ericsson-build disabled: false @@ -283,8 +275,6 @@ - job-template: name: 'fuel-build-{stream}' - project-type: freestyle - node: ericsson-build logrotate: @@ -326,8 +316,6 @@ - job-template: name: 'fuel-deploy-{stream}' - project-type: freestyle - disabled: false node: opnfv-jump-2 @@ -368,12 +356,8 @@ - job-template: name: 'fuel-lab-reconfig-{stream}' - project-type: freestyle - disabled: true - node: master - logrotate: daysToKeep: 30 numToKeep: 10 diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index f6cd15cac..96b770ba2 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -57,8 +57,6 @@ - job-template: name: set-functest-env-{pod} - project-type: freestyle - node: '{pod}' logrotate: @@ -70,13 +68,9 @@ builders: - 'set-functest-env' - - - job-template: name: clean-functest-env-{pod} - project-type: freestyle - node: '{pod}' logrotate: @@ -88,12 +82,9 @@ builders: - 'functest-cleanup' - - job-template: name: set-functest-env-{installer}-{stream} - project-type: freestyle - node: '{node}' logrotate: @@ -105,12 +96,9 @@ builders: - 'set-functest-env' - - job-template: name: clean-functest-env-{installer}-{stream} - project-type: freestyle - node: '{node}' logrotate: @@ -125,8 +113,6 @@ - job-template: name: functest-openstack-bench-test-{pod} - project-type: freestyle - node: '{pod}' logrotate: @@ -138,12 +124,9 @@ builders: - 'functest-rally-bench' - - job-template: name: functest-openstack-tempest-smoke-test-{pod} - project-type: freestyle - node: '{pod}' logrotate: @@ -158,8 +141,6 @@ - job-template: name: functest-odl-test-{pod} - project-type: freestyle - node: '{pod}' logrotate: @@ -172,12 +153,9 @@ - shell: | - 'functest-odl' - - job-template: name: functest-vping-test-{pod} - project-type: freestyle - node: '{pod}' logrotate: @@ -189,12 +167,9 @@ builders: - 'functest-vping' - - job-template: name: functest-{pod} - project-type: freestyle - node: '{pod}' parameters: @@ -232,8 +207,6 @@ - job-template: name: functest-{installer}-{stream} - project-type: freestyle - node: '{node}' parameters: @@ -274,8 +247,6 @@ - job-template: name: functest-vims-{installer}-{stream} - project-type: freestyle - node: '{node}' parameters: @@ -313,15 +284,12 @@ - job-template: name: 'functest-daily-{stream}' - node: master - # Job template for daily builders # # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -358,10 +326,6 @@ - job-template: name: 'functest-verify-{stream}' - node: master - - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -405,14 +369,10 @@ - job-template: name: 'functest-merge-{stream}' - node: master - # builder-merge job to run JJB update # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -515,7 +475,6 @@ container_id=$(docker ps -a | grep opnfv/functest | awk '{print $1}' | head -1) docker exec $container_id $cmd - - builder: name: set-functest-env builders: @@ -552,7 +511,6 @@ echo "Executing command inside the docker: ${cmd}" docker exec ${container_id} ${cmd} - - builder: name: functest-vping builders: @@ -590,8 +548,6 @@ container_id=$(docker ps -a | grep opnfv/functest | awk '{print $1}' | head -1) docker exec $container_id $cmd - - - builder: name: functest-rally-bench builders: @@ -604,7 +560,6 @@ container_id=$(docker ps -a | grep opnfv/functest | awk '{print $1}' | head -1) docker exec $container_id $cmd - - builder: name: functest-vims builders: @@ -617,8 +572,6 @@ container_id=$(docker ps -a | grep opnfv/functest | awk '{print $1}' | head -1) docker exec $container_id $cmd - - - builder: name: functest-store-results builders: @@ -636,17 +589,16 @@ # Remove previous running containers if exist if [[ ! -z $(docker ps -a | grep opnfv/functest) ]]; then echo "Removing existing opnfv/functest containers..." - docker ps | grep opnfv/functest | awk '{{print $1}}' | xargs docker stop - docker ps -a | grep opnfv/functest | awk '{{print $1}}' | xargs docker rm + docker ps | grep opnfv/functest | awk '{print $1}' | xargs docker stop + docker ps -a | grep opnfv/functest | awk '{print $1}' | xargs docker rm fi - # Remove existing images if exist if [[ ! -z $(docker images | grep opnfv/functest) ]]; then echo "Docker images to remove:" docker images | head -1 && docker images | grep opnfv/functest - image_tags=($(docker images | grep opnfv/functest | awk '{{print $2}}')) - for tag in "${{image_tags[@]}}"; do + image_tags=($(docker images | grep opnfv/functest | awk '{print $2}')) + for tag in "${image_tags[@]}"; do echo "Removing docker image opnfv/functest:$tag..." docker rmi opnfv/functest:$tag done diff --git a/jjb/genesis/genesis-docs.yml b/jjb/genesis/genesis-docs.yml index 7f7833769..dc3d92709 100644 --- a/jjb/genesis/genesis-docs.yml +++ b/jjb/genesis/genesis-docs.yml @@ -27,8 +27,6 @@ node: gce-opnfv-docker-1 - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -89,8 +87,6 @@ node: gce-opnfv-docker-1 - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -109,7 +105,6 @@ refspec: '$GERRIT_REFSPEC' choosing-strategy: 'gerrit' - triggers: - gerrit: trigger-on: diff --git a/jjb/genesis/genesis-foreman.yml b/jjb/genesis/genesis-foreman.yml index 69a69d3ea..b12e32041 100644 --- a/jjb/genesis/genesis-foreman.yml +++ b/jjb/genesis/genesis-foreman.yml @@ -37,8 +37,6 @@ - job-template: name: 'genesis-foreman-verify-build-{stream}' - project-type: freestyle - node: ericsson-build concurrent: true @@ -114,8 +112,6 @@ - job-template: name: 'genesis-foreman-merge-{stream}' - project-type: freestyle - node: ericsson-build concurrent: true @@ -185,8 +181,6 @@ - job-template: name: 'genesis-foreman-daily-{stream}' - project-type: freestyle - node: ericsson-build disabled: '{obj:disabled}' @@ -249,12 +243,8 @@ - job-template: name: 'genesis-foreman-deploy-runner-{stream}' - project-type: freestyle - disabled: false - node: master - logrotate: daysToKeep: 30 numToKeep: 10 @@ -296,8 +286,6 @@ - job-template: name: 'genesis-foreman-build-{stream}' - project-type: freestyle - node: ericsson-build logrotate: @@ -326,8 +314,6 @@ - job-template: name: 'genesis-foreman-deploy-{stream}' - project-type: freestyle - disabled: false node: opnfv-jump-2 @@ -361,12 +347,8 @@ - job-template: name: 'genesis-foreman-lab-reconfig-{stream}' - project-type: freestyle - disabled: false - node: master - logrotate: daysToKeep: 30 numToKeep: 10 @@ -402,8 +384,6 @@ - job-template: name: 'genesis-foreman-verify-deploy-virtual-{stream}' - project-type: freestyle - node: opnfv-jump-1 disabled: true @@ -472,7 +452,6 @@ pattern: '{installer}/docs/**' dependency-jobs: 'genesis-foreman-verify-build-{stream}' - builders: - 'foreman-deploy-virtual' diff --git a/jjb/genesis/genesis-fuel-att.yml b/jjb/genesis/genesis-fuel-att.yml index 889bf11f1..785a569e2 100644 --- a/jjb/genesis/genesis-fuel-att.yml +++ b/jjb/genesis/genesis-fuel-att.yml @@ -21,8 +21,6 @@ - job-template: name: 'genesis-{installer}-daily-att-{stream}' - project-type: freestyle - node: att-build parameters: @@ -70,13 +68,10 @@ builders: - '{installer}-daily-master-att' - - ######################## # builder macros ######################## - - builder: name: fuel-daily-master-att builders: diff --git a/jjb/genesis/genesis-fuel-dell.yml b/jjb/genesis/genesis-fuel-dell.yml index 778349993..16965296c 100644 --- a/jjb/genesis/genesis-fuel-dell.yml +++ b/jjb/genesis/genesis-fuel-dell.yml @@ -21,8 +21,6 @@ - job-template: name: 'genesis-{installer}-daily-dell-{stream}' - project-type: freestyle - node: dell-build parameters: @@ -70,13 +68,10 @@ builders: - '{installer}-daily-master-dell' - - ######################## # builder macros ######################## - - builder: name: fuel-daily-master-dell builders: diff --git a/jjb/genesis/genesis-fuel.yml b/jjb/genesis/genesis-fuel.yml index 04dcfcd90..fca14298d 100644 --- a/jjb/genesis/genesis-fuel.yml +++ b/jjb/genesis/genesis-fuel.yml @@ -38,8 +38,6 @@ - job-template: name: 'genesis-fuel-verify-build-{stream}' - project-type: freestyle - node: ericsson-build concurrent: true @@ -120,8 +118,6 @@ - job-template: name: 'genesis-fuel-merge-{stream}' - project-type: freestyle - node: ericsson-build concurrent: true @@ -196,8 +192,6 @@ - job-template: name: 'genesis-fuel-daily-{stream}' - project-type: freestyle - node: ericsson-build disabled: '{obj:disabled}' @@ -260,12 +254,8 @@ - job-template: name: 'genesis-fuel-deploy-runner-{stream}' - project-type: freestyle - disabled: false - node: master - logrotate: daysToKeep: 30 numToKeep: 10 @@ -307,8 +297,6 @@ - job-template: name: 'genesis-fuel-build-{stream}' - project-type: freestyle - node: ericsson-build logrotate: @@ -342,8 +330,6 @@ - job-template: name: 'genesis-fuel-deploy-{stream}' - project-type: freestyle - disabled: false node: opnfv-jump-2 @@ -382,12 +368,8 @@ - job-template: name: 'genesis-fuel-lab-reconfig-{stream}' - project-type: freestyle - disabled: false - node: master - logrotate: daysToKeep: 30 numToKeep: 10 @@ -423,8 +405,6 @@ - job-template: name: 'genesis-fuel-verify-deploy-virtual-{stream}' - project-type: freestyle - disabled: true node: ericsson-build diff --git a/jjb/genesis/genesis-juju.yml b/jjb/genesis/genesis-juju.yml index 3ecb74c22..91702bf9b 100644 --- a/jjb/genesis/genesis-juju.yml +++ b/jjb/genesis/genesis-juju.yml @@ -25,8 +25,6 @@ - job-template: name: 'genesis-juju-verify' - project-type: freestyle - node: ericsson-build logrotate: @@ -77,7 +75,6 @@ - compare-type: ANT pattern: 'juju/**' - builders: - 'juju-verify' @@ -88,8 +85,6 @@ # # This job's purpose is to update all the JJB - project-type: freestyle - node: ericsson-build logrotate: @@ -140,8 +135,6 @@ - job-template: name: 'genesis-juju-daily-{stream}' - project-type: freestyle - node: ericsson-build parameters: diff --git a/jjb/ipv6/ipv6.yml b/jjb/ipv6/ipv6.yml index 7d198303a..3453c79d7 100644 --- a/jjb/ipv6/ipv6.yml +++ b/jjb/ipv6/ipv6.yml @@ -18,8 +18,6 @@ - job-template: name: ipv6-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -39,7 +37,6 @@ # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -76,8 +73,6 @@ - job-template: name: 'ipv6-verify' - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -127,8 +122,6 @@ # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -166,8 +159,3 @@ find . echo "merge logic goes here" - - - - - diff --git a/jjb/kvmfornfv/kvmfornfv.yml b/jjb/kvmfornfv/kvmfornfv.yml index 69dad7735..8ce5edbf6 100644 --- a/jjb/kvmfornfv/kvmfornfv.yml +++ b/jjb/kvmfornfv/kvmfornfv.yml @@ -17,8 +17,6 @@ node: ericsson-build - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -73,8 +71,6 @@ node: ericsson-build - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 diff --git a/jjb/octopus/octopus.yml b/jjb/octopus/octopus.yml index 5f77e8a4d..33d45ccd6 100644 --- a/jjb/octopus/octopus.yml +++ b/jjb/octopus/octopus.yml @@ -28,8 +28,6 @@ - job-template: name: octopus-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -43,15 +41,12 @@ - job-template: name: 'octopus-daily-{stream}' - node: master - # Job template for daily builders # # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -88,10 +83,6 @@ - job-template: name: 'octopus-verify-{stream}' - node: master - - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -135,14 +126,10 @@ - job-template: name: 'octopus-merge-{stream}' - node: master - # builder-merge job to run JJB update # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -161,7 +148,6 @@ refspec: '' choosing-strategy: 'default' - triggers: - gerrit: trigger-on: @@ -179,7 +165,6 @@ - shell: !include-raw ../opnfvdocs/docu-build.sh - ######################## ## parameter macros ######################### diff --git a/jjb/opnfv/opnfv-docker.yml b/jjb/opnfv/opnfv-docker.yml index dfff050a9..93e7961db 100644 --- a/jjb/opnfv/opnfv-docker.yml +++ b/jjb/opnfv/opnfv-docker.yml @@ -23,8 +23,6 @@ - job-template: name: '{project}-docker-build-push-{stream}' - project-type: freestyle - node: ericsson-build disabled: false diff --git a/jjb/opnfv/opnfv-docs.yml b/jjb/opnfv/opnfv-docs.yml index f7e4c5bb4..bae9c4095 100644 --- a/jjb/opnfv/opnfv-docs.yml +++ b/jjb/opnfv/opnfv-docs.yml @@ -24,10 +24,6 @@ - job-template: name: 'opnfv-docs-verify' - node: master - - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -75,10 +71,6 @@ - job-template: name: 'opnfv-docs-merge' - node: master - - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -97,7 +89,6 @@ refspec: '$GERRIT_REFSPEC' choosing-strategy: 'gerrit' - triggers: - gerrit: trigger-on: diff --git a/jjb/oscar/oscar.yml b/jjb/oscar/oscar.yml index 9beb57593..81306824b 100644 --- a/jjb/oscar/oscar.yml +++ b/jjb/oscar/oscar.yml @@ -18,8 +18,6 @@ - job-template: name: oscar-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -39,7 +37,6 @@ # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -76,8 +73,6 @@ - job-template: name: 'oscar-verify' - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -127,8 +122,6 @@ # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 diff --git a/jjb/ovsnfv/ovsnfv.yml b/jjb/ovsnfv/ovsnfv.yml index 5cc4d6afd..4bfabffa6 100644 --- a/jjb/ovsnfv/ovsnfv.yml +++ b/jjb/ovsnfv/ovsnfv.yml @@ -1,12 +1,10 @@ - project: name: ovsnfv jobs: - - 'ovsnfv-verify' - - 'ovsnfv-merge' + - 'ovsnfv-verify-{stream}' + - 'ovsnfv-merge-{stream}' - 'ovsnfv-daily-{stream}' - # stream: branch with - in place of / (eg. stable-arno) - # branch: branch (eg. stable/arno) stream: - master: branch: 'master' @@ -14,11 +12,9 @@ project: 'ovsnfv' - job-template: - name: 'ovsnfv-verify' + name: 'ovsnfv-verify-{stream}' - node: ericsson-build - - project-type: freestyle + node: opnfv-build logrotate: daysToKeep: 30 @@ -62,19 +58,19 @@ branch-pattern: '**/master' builders: - - shell: - echo "Hello World" - -- job-template: - name: 'ovsnfv-merge' + - shell: | + #!/bin/bash + set -o errexit + set -o nounset + set -o pipefail - # builder-merge job to run JJB update - # - # This job's purpose is to update all the JJB + cd $WORKSPACE/ci + ./build.sh - node: master +- job-template: + name: 'ovsnfv-merge-{stream}' - project-type: freestyle + node: opnfv-build logrotate: daysToKeep: 30 @@ -112,24 +108,22 @@ branch-pattern: '**/master' builders: - - shell: - echo "Hello World" + - shell: | + #!/bin/bash + set -o errexit + set -o nounset + set -o pipefail + cd $WORKSPACE/ci + ./build.sh - job-template: name: 'ovsnfv-daily-{stream}' - # Job template for daily builders - # - # Required Variables: - # stream: branch with - in place of / (eg. stable) - # branch: branch (eg. stable) - node: master + node: opnfv-build disabled: true - project-type: freestyle - logrotate: daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' @@ -139,6 +133,10 @@ parameters: - project-parameter: project: '{project}' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." scm: - git-scm: @@ -147,8 +145,14 @@ branch: '{branch}' triggers: - - timed: 'H H * * *' + - timed: '@midnight' builders: - - shell: - echo "Hello World" + - shell: | + #!/bin/bash + set -o errexit + set -o nounset + set -o pipefail + + cd $WORKSPACE/ci + ./build.sh diff --git a/jjb/parser/parser.yml b/jjb/parser/parser.yml index efb06ea74..463d64b81 100644 --- a/jjb/parser/parser.yml +++ b/jjb/parser/parser.yml @@ -18,8 +18,6 @@ - job-template: name: parser-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -33,15 +31,12 @@ - job-template: name: 'parser-daily-{stream}' - node: master - # Job template for daily builders # # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -76,10 +71,6 @@ - job-template: name: 'parser-verify' - node: master - - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -117,20 +108,16 @@ branch-pattern: '**/master' builders: - - shell: - !include-raw docu-build.sh + - shell: | + echo "Hello world from parser" - job-template: name: 'parser-merge' - node: master - # builder-merge job to run JJB update # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -149,7 +136,6 @@ refspec: '' choosing-strategy: 'default' - triggers: - gerrit: trigger-on: diff --git a/jjb/pharos/pharos.yml b/jjb/pharos/pharos.yml index ab6705b14..6ab54598d 100644 --- a/jjb/pharos/pharos.yml +++ b/jjb/pharos/pharos.yml @@ -4,10 +4,10 @@ - project: name: pharos jobs: - - 'pharos-test' - 'pharos-daily-{stream}' - 'pharos-merge-{stream}' - 'pharos-verify-{stream}' + - 'pharos-maas-pilot-{stream}' # stream: branch with - in place of / (eg. stable-arno) # branch: branch (eg. stable/arno) @@ -24,33 +24,15 @@ ############################## # job template ############################## -- job-template: - name: pharos-test - - project-type: freestyle - - logrotate: - daysToKeep: 30 - numToKeep: 10 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 - - builders: - - shell: | - echo "Hello world from pharos" - - job-template: name: 'pharos-daily-{stream}' - node: master - # Job template for daily builders # # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -87,10 +69,6 @@ - job-template: name: 'pharos-verify-{stream}' - node: master - - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -134,14 +112,10 @@ - job-template: name: 'pharos-merge-{stream}' - node: master - # builder-merge job to run JJB update # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -177,6 +151,35 @@ - shell: !include-raw ../opnfvdocs/docu-build.sh +- job-template: + name: 'pharos-maas-pilot-{stream}' + + node: master + + project-type: freestyle + + logrotate: + daysToKeep: '{build-days-to-keep}' + numToKeep: '{build-num-to-keep}' + artifactDaysToKeep: '{build-artifact-days-to-keep}' + artifactNumToKeep: '{build-artifact-num-to-keep}' + + parameters: + - project-parameter: + project: '{project}' + + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' + + triggers: + - pollscm: '@midnight' + + builders: + - shell: + echo "Hello World" ######################## # parameter macros ######################## diff --git a/jjb/prediction/prediction.yml b/jjb/prediction/prediction.yml index 072affddf..76fcef208 100644 --- a/jjb/prediction/prediction.yml +++ b/jjb/prediction/prediction.yml @@ -18,8 +18,6 @@ - job-template: name: prediction-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -33,15 +31,12 @@ - job-template: name: 'prediction-daily-{stream}' - node: master - # Job template for daily builders # # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -76,10 +71,6 @@ - job-template: name: 'prediction-verify' - node: master - - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -123,14 +114,10 @@ - job-template: name: 'prediction-merge' - node: master - # builder-merge job to run JJB update # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -149,7 +136,6 @@ refspec: '' choosing-strategy: 'default' - triggers: - gerrit: trigger-on: diff --git a/jjb/qtip/qtip.yml b/jjb/qtip/qtip.yml index 0b863f7c4..d75ede0bf 100644 --- a/jjb/qtip/qtip.yml +++ b/jjb/qtip/qtip.yml @@ -8,18 +8,15 @@ - 'qtip-dhrystone-serial-{pod}' - 'qtip-ssl-parallel-{pod}' - # stream: branch with - in place of / (eg. stable-helium) # branch: branch (eg. stable/helium) - pod: - dell-build: node: 'dell-us-testing-bm-1' installer_type: 'fuel' installer_ip: '10.20.0.2' - stream: - master: branch: 'master' @@ -30,8 +27,6 @@ - job-template: name: qtip-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -51,7 +46,6 @@ # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -64,7 +58,6 @@ - project-parameter: project: '{project}' - scm: - git-scm: credentials-id: '{ssh-credentials}' @@ -89,8 +82,6 @@ - job-template: name: 'qtip-verify' - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -140,8 +131,6 @@ # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -182,8 +171,6 @@ - job-template: name: 'qtip-dhrystone-serial-{pod}' - project-type: freestyle - disabled: false node: '{node}' @@ -226,9 +213,6 @@ - job-template: name: 'qtip-ssl-parallel-{pod}' - - project-type: freestyle - disabled: false node: '{node}' @@ -286,7 +270,6 @@ echo "Running QTIP dhrystone with First Test case" python qtip.py -s compute -b dhrystone_serial.yaml - - builder: name: qtip-ssl-parallel @@ -302,7 +285,6 @@ echo "Running QTIP dhrystone with Second Test case" python qtip.py -s compute -b ssl_parallel.yaml - - builder: name: qtip-fetch-os-cred builders: diff --git a/jjb/releng-defaults.yaml b/jjb/releng-defaults.yaml index 3ba2a23a4..faf3ea6f9 100644 --- a/jjb/releng-defaults.yaml +++ b/jjb/releng-defaults.yaml @@ -13,3 +13,7 @@ - ssh-agent-credentials: users: - '{ssh-credentials}' + + project-type: freestyle + + node: master diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 6194bcd96..bd300fde0 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -9,10 +9,6 @@ - job-template: name: builder-verify-jjb - node: master - - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -64,14 +60,10 @@ - job-template: name: 'builder-merge' - node: master - # builder-merge job to run JJB update # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml index 2a3c42a6b..ed21bc777 100644 --- a/jjb/storperf/storperf.yml +++ b/jjb/storperf/storperf.yml @@ -18,8 +18,6 @@ node: intel-jp-build-1 - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -65,7 +63,6 @@ - shell: | $WORKSPACE/ci/verify.sh - - job-template: name: 'storperf-merge-{stream}' @@ -75,8 +72,6 @@ node: intel-jp-build-1 - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -120,7 +115,6 @@ - junit: results: nosetests.xml - - job-template: name: 'storperf-daily-{stream}' @@ -133,8 +127,6 @@ disabled: true - project-type: freestyle - logrotate: daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' diff --git a/jjb/vnf_forwarding_graph/vnf_forwarding_graph.yml b/jjb/vnf_forwarding_graph/vnf_forwarding_graph.yml index 0d7e8b7e2..5a87bf441 100644 --- a/jjb/vnf_forwarding_graph/vnf_forwarding_graph.yml +++ b/jjb/vnf_forwarding_graph/vnf_forwarding_graph.yml @@ -18,8 +18,6 @@ - job-template: name: vnf_forwarding_graph-test - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -39,7 +37,6 @@ # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' logrotate: @@ -76,8 +73,6 @@ - job-template: name: 'vnf_forwarding_graph-verify' - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 10 @@ -127,8 +122,6 @@ # # This job's purpose is to update all the JJB - project-type: freestyle - logrotate: daysToKeep: 30 numToKeep: 40 @@ -166,8 +159,3 @@ find . echo "merge logic goes here" - - - - - diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index 9f767ced3..a7b78d1ab 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -14,7 +14,6 @@ project: 'vswitchperf' somevar: 'foo' - - job-template: name: 'vswitchperf-daily-{stream}' @@ -24,7 +23,6 @@ # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - project-type: freestyle varsetabove: '{somevar}' node: opnfv-build diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml index 5afaaf723..b384102cb 100644 --- a/jjb/yardstick/yardstick.yml +++ b/jjb/yardstick/yardstick.yml @@ -30,8 +30,6 @@ - job-template: name: 'yardstick-verify' - project-type: freestyle - node: ericsson-build logrotate: @@ -97,8 +95,6 @@ # # This job's purpose is to update all the JJB - project-type: freestyle - node: ericsson-build logrotate: @@ -154,8 +150,6 @@ - job-template: name: 'yardstick-{installer}-{pod}-{stream}' - project-type: freestyle - disabled: false node: '{node}' diff --git a/utils/test/result_collection_api/tools/backup-db.sh b/utils/test/result_collection_api/tools/backup-db.sh new file mode 100644 index 000000000..8d12a6fc7 --- /dev/null +++ b/utils/test/result_collection_api/tools/backup-db.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +echo "Backup Test collection DB" +now=$(date +"%m_%d_%Y_%H_%M_%S") +echo $now +echo " ------------- " +TARGET_DIR=./$now +TEST_RESULT_DB_BACKUP="test_collection_db."$now".tar.gz" + +echo "Create Directory for backup" +mkdir -p $TARGET_DIR + +echo "Export results" +mongoexport -db test_results_collection -c test_results --out $TARGET_DIR/results.json +echo "Export test cases" +mongoexport --db test_results_collection -c test_cases --out $TARGET_DIR/backup-cases.json +echo "Export projects" +mongoexport --db test_results_collection -c test_projects --out $TARGET_DIR/backup-projects.json +echo "Export pods" +mongoexport --db test_results_collection -c pod --out $TARGET_DIR/backup-pod.json + +echo "Create tar.gz" +tar -cvzf $TEST_RESULT_DB_BACKUP $TARGET_DIR + +echo "Delete temp directory" +rm -Rf $TARGET_DIR diff --git a/utils/test/result_collection_api/tools/samples/sample.json.postman_collection b/utils/test/result_collection_api/tools/samples/sample.json.postman_collection new file mode 100644 index 000000000..a9372624c --- /dev/null +++ b/utils/test/result_collection_api/tools/samples/sample.json.postman_collection @@ -0,0 +1,1159 @@ +{ + "id": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "name": "OPNFV_results_collection_api", + "description": "", + "order": [], + "folders": [ + { + "id": "6ac2fba2-88fa-7ca6-1903-b395eee702a9", + "name": "Local DB", + "description": "", + "order": [ + "3e8b0cbd-386b-837b-305f-e6fec272f888", + "2feef0a4-4ba7-6df6-9884-bef808853bb0", + "c7f8ccfb-ecdd-6d5a-d9d6-3c097dcce62c", + "1183979d-1847-0238-4abe-12406c10d3e5", + "c820f80b-cdc8-602d-d9f3-32df11c861ef", + "7396c965-4732-7ae4-398e-b0d3bc7fe937", + "737d0ddf-0f98-4721-9a78-432108ad1ace", + "dae740a1-0767-6a0a-4e55-03b258094ae2", + "11547eb2-2140-ec5b-7a3f-021897f2768f", + "353f3bb0-d446-6a7f-b6f8-8bdc72de35de", + "f8fe7ff5-3dc6-d248-1bee-4e1ecc932ea7", + "ee0a1121-a3ab-1a30-8da7-8ef6d8ac493c", + "1b64311e-566d-fe59-b804-6fb196ae717e", + "61989e89-afb7-b63f-b969-93413ef0d3a3", + "935a26e5-7cf0-59d3-6d09-68948597cda7", + "2c82e470-d45e-333c-a635-f6def51d8460", + "64af419d-3b29-b3ab-05c0-29ee19d97cc7", + "0e9e9e38-5015-528d-1c9e-969ada0bdc28", + "c52cfd79-363c-fb84-39a3-9b3c2ba37cbf", + "e0139c7b-1c7f-239f-d029-b16a70d08a2f", + "593b9f5e-46f0-46f8-6214-b01efbdf6445", + "d058c0d9-6c8f-f480-2cdd-f83a91430114", + "4c7651ea-4395-de8f-ce09-3b182cff1fd4", + "46347e52-c68c-bae8-f64f-a35de3b99c6f", + "6035dcb9-87f5-a5ff-32f9-2aa998a47a34", + "2ea6a7a9-4d73-e78a-4e9a-21df9d72dc4d", + "d1c53d34-be0e-8eda-31f5-9c9386e892c3", + "78fc1ca8-6179-ffe0-4d10-c345dad994f6", + "93f87cf3-4b1f-e3b2-9726-94f8fc259ee1", + "b27a4bd2-3156-cbd0-80f2-cc0ea57d81d9", + "e47d97c9-6d3a-f4ae-d4d0-94b03e2ce7d0" + ], + "owner": 0, + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140" + }, + { + "id": "9c6a44b6-753c-daaf-f172-272532535c6f", + "name": "Orange temp DB", + "description": "", + "order": [ + "604f31ad-c0d5-2730-2bad-1d1ec2e837b2", + "7083368c-d71c-2509-9b0c-f158ee774387", + "8c925a09-4c8a-b811-d25c-be2bb2592c8f", + "3077838a-4ea1-f35e-5c05-2b1aba7d5b91", + "4cb44e62-8f36-62c4-2f9e-c51019f97535", + "99c8fa51-df1c-cae5-09c7-d554a4c8b8a0", + "0950e986-fe23-0548-3adb-2d8e7735c34e", + "524ad12d-45f9-608a-4a8c-6ab7f92402d3", + "2f6236b3-7ff3-7b76-73e7-19398c61de9e", + "81e5a277-7cde-8816-9fce-23f456cff0d6", + "e1e77578-87b6-3485-147c-c3bb41fc7821", + "8155d61f-9ee6-65bc-4a7f-d88f3bf09cb4", + "598e5a67-1ae5-4545-a90c-fe362db567b6", + "0549811c-237c-4acd-3bd9-21d204b30038", + "168fcbbe-85d8-cadd-bdc8-73bf2a48fac8", + "2f9d760a-8165-57df-df6b-5a265dcbe807", + "22ca6985-beb8-6017-c85a-cd1bbab8c37d", + "ebd03cfb-16ba-b0b3-e52a-24a8ef3c3ddd", + "7c8a6590-2623-10fb-f858-ca7be72c949c", + "a9b73b81-061f-2bb1-2dbd-613bf5ef2171", + "62ba5099-92e7-5f6e-3dae-2f05a31e57d3", + "7d91df4c-dd33-3b58-ccab-c3cd686468d6", + "d01bdcec-aea8-38f7-342f-55dea7bf65b1", + "acac56bf-af93-bb07-774f-11667ea71a8b" + ], + "owner": 0 + } + ], + "timestamp": 1440765153277, + "owner": 0, + "remoteLink": "", + "public": false, + "requests": [ + { + "id": "0549811c-237c-4acd-3bd9-21d204b30038", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results?project=yardstick", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448548111819, + "name": "get_yardstick_results", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "0950e986-fe23-0548-3adb-2d8e7735c34e", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448544601808, + "name": "get_all_results", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "9c6a44b6-753c-daaf-f172-272532535c6f" + }, + { + "id": "0e9e9e38-5015-528d-1c9e-969ada0bdc28", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/dashboard?project=functest&case=vPing", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546198630, + "name": "get_dashboard_functest_vPing", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "11547eb2-2140-ec5b-7a3f-021897f2768f", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results?pod_name=opnfv-jump-2", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546143097, + "name": "get_all_results_pod2", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "1183979d-1847-0238-4abe-12406c10d3e5", + "headers": "", + "url": "http://127.0.0.1:8000/test_projects/yardstick/cases", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546110865, + "name": "get_tests_cases_yardstick", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "168fcbbe-85d8-cadd-bdc8-73bf2a48fac8", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results?project=functest", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448548116418, + "name": "get_functest_results", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "1b64311e-566d-fe59-b804-6fb196ae717e", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results?project=vsperf", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546167286, + "name": "get_vsperf_results", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "22ca6985-beb8-6017-c85a-cd1bbab8c37d", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results?case=vPing", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448545249988, + "name": "get_functest_results_vPing", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "2c82e470-d45e-333c-a635-f6def51d8460", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results?case=Tempest", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546184593, + "name": "get_functest_results_Tempest", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "2ea6a7a9-4d73-e78a-4e9a-21df9d72dc4d", + "headers": "", + "url": "http://127.0.0.1:8000/test_projects/project_foo/cases", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546758229, + "name": "get_test_cases_project_foo", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "2f6236b3-7ff3-7b76-73e7-19398c61de9e", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results?pod_name=opnfv-jump-2", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448544886122, + "name": "get_all_results_pod2", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "9c6a44b6-753c-daaf-f172-272532535c6f" + }, + { + "id": "2f9d760a-8165-57df-df6b-5a265dcbe807", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results?case=Tempest", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448545231594, + "name": "get_functest_results_Tempest", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "2feef0a4-4ba7-6df6-9884-bef808853bb0", + "headers": "", + "url": "http://127.0.0.1:8000/pods", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546097800, + "name": "get_pods", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "3077838a-4ea1-f35e-5c05-2b1aba7d5b91", + "headers": "", + "url": "http://213.77.62.197/test_projects/yardstick/cases", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448548082092, + "name": "get_tests_cases_yardstick", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "353f3bb0-d446-6a7f-b6f8-8bdc72de35de", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results?project=functest&installer=fuel&period=90", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546149288, + "name": "get_functest_results_fuel_pod2_90days", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "3e8b0cbd-386b-837b-305f-e6fec272f888", + "headers": "", + "url": "http://127.0.0.1:8000/version", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448545810935, + "name": "get_version", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "46347e52-c68c-bae8-f64f-a35de3b99c6f", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/test_projects/project_foo/cases", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546329587, + "name": "post_foo_case_1", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "6ac2fba2-88fa-7ca6-1903-b395eee702a9", + "rawModeData": "{\n \"creation_date\": \"2015-09-09 13:10:18.478986\",\n \"name\": \"case foo1\",\n \"description\": \"This case deals with the tricky foo1 testcase\",\n \"url\":\"http://showmefoo1case.oprnfv.org\"\n \n}" + }, + { + "id": "4c7651ea-4395-de8f-ce09-3b182cff1fd4", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/test_projects/project_foo/cases", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546382030, + "name": "post_foo_case_2", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "6ac2fba2-88fa-7ca6-1903-b395eee702a9", + "rawModeData": "{\n \"creation_date\": \"2015-11-09 13:10:18\",\n \"name\": \"case foo2\",\n \"description\": \"This case deals with the tricky foo2 testcase\",\n \"url\":\"http://showmefoo2case.oprnfv.org\"\n \n}" + }, + { + "id": "4cb44e62-8f36-62c4-2f9e-c51019f97535", + "headers": "", + "url": "http://213.77.62.197/test_projects/vsperf/cases", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448544508152, + "name": "get_tests_cases_vsperf", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "9c6a44b6-753c-daaf-f172-272532535c6f" + }, + { + "id": "524ad12d-45f9-608a-4a8c-6ab7f92402d3", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448544601808, + "name": "get_all_results_fuel", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "9c6a44b6-753c-daaf-f172-272532535c6f" + }, + { + "id": "593b9f5e-46f0-46f8-6214-b01efbdf6445", + "headers": "", + "url": "http://127.0.0.1:8000/version", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546217570, + "name": "get_version", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "598e5a67-1ae5-4545-a90c-fe362db567b6", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results?project=vsperf", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448548107420, + "name": "get_vsperf_results", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "6035dcb9-87f5-a5ff-32f9-2aa998a47a34", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/pods", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546550902, + "name": "post_pod_foo", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "6ac2fba2-88fa-7ca6-1903-b395eee702a9", + "rawModeData": "{\n \"creation_date\": \"2015-11-22 15:11:18\",\n \"name\": \"pod_foo\",\n \"mode\": \"metal\"\n}" + }, + { + "id": "604f31ad-c0d5-2730-2bad-1d1ec2e837b2", + "headers": "", + "url": "http://213.77.62.197/version", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448544145426, + "name": "get_version", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "9c6a44b6-753c-daaf-f172-272532535c6f" + }, + { + "id": "61989e89-afb7-b63f-b969-93413ef0d3a3", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results?project=yardstick", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546172967, + "name": "get_yardstick_results", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "62ba5099-92e7-5f6e-3dae-2f05a31e57d3", + "headers": "", + "url": "http://213.77.62.197/version", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448545740543, + "name": "get_version copy", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "9c6a44b6-753c-daaf-f172-272532535c6f" + }, + { + "id": "64af419d-3b29-b3ab-05c0-29ee19d97cc7", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results?case=vPing", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546192922, + "name": "get_functest_results_vPing", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "7083368c-d71c-2509-9b0c-f158ee774387", + "headers": "", + "url": "http://213.77.62.197/pods", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448544164341, + "name": "get_pods", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "9c6a44b6-753c-daaf-f172-272532535c6f" + }, + { + "id": "737d0ddf-0f98-4721-9a78-432108ad1ace", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546129247, + "name": "get_all_results", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "7396c965-4732-7ae4-398e-b0d3bc7fe937", + "headers": "", + "url": "http://127.0.0.1:8000/test_projects/foo/cases", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546123219, + "name": "get_tests_cases_foo", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "78fc1ca8-6179-ffe0-4d10-c345dad994f6", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/test_projects/project_foo", + "preRequestScript": "", + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448547109232, + "name": "delete_project_foo", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "rawModeData": "{\n}" + }, + { + "id": "7c8a6590-2623-10fb-f858-ca7be72c949c", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/dashboard?project=functest&case=vPing&pod=opnfv-jump-2", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448545566587, + "name": "get_dashboard_functest_vPing_pod2", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "7d91df4c-dd33-3b58-ccab-c3cd686468d6", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448548134004, + "name": "post_functest_results_vPing", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "rawModeData": "{\n \"project_name\": \"functest\",\n \"case_name\": \"vPing\",\n \"pod_id\": 1,\n \"details\": {\n \"timestart\": 1440768107,\n \"duration\": 72.2,\n \"status\": \"OK\"\n }\n}" + }, + { + "id": "8155d61f-9ee6-65bc-4a7f-d88f3bf09cb4", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results?project=functest&installer=fuel", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448548102876, + "name": "get_functest_results_fuel", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "81e5a277-7cde-8816-9fce-23f456cff0d6", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results?project=functest&installer=fuel&period=90", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448548092582, + "name": "get_functest_results_fuel_pod2_90days", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "8c925a09-4c8a-b811-d25c-be2bb2592c8f", + "headers": "", + "url": "http://213.77.62.197/test_projects", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448544219255, + "name": "get_tests_projects", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "9c6a44b6-753c-daaf-f172-272532535c6f" + }, + { + "id": "935a26e5-7cf0-59d3-6d09-68948597cda7", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results?project=functest", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546178519, + "name": "get_functest_results", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "93f87cf3-4b1f-e3b2-9726-94f8fc259ee1", + "headers": "", + "url": "http://127.0.0.1:8000/test_projects/project_foo/cases", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448547433205, + "name": "get_tests_cases_project_foo", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "99c8fa51-df1c-cae5-09c7-d554a4c8b8a0", + "headers": "", + "url": "http://213.77.62.197/test_projects/foo/cases", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448544540399, + "name": "get_tests_cases_foo", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "9c6a44b6-753c-daaf-f172-272532535c6f" + }, + { + "id": "a9b73b81-061f-2bb1-2dbd-613bf5ef2171", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/dashboard?project=functest&case=vPing&pod=opnfv-jump-2", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448545566587, + "name": "get_dashboard_functest_vPing_pod2_fuel", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "9c6a44b6-753c-daaf-f172-272532535c6f" + }, + { + "id": "acac56bf-af93-bb07-774f-11667ea71a8b", + "headers": "", + "url": "http://213.77.62.197/test_projects/functest/cases", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448548056060, + "name": "get_tests_cases_functest", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "9c6a44b6-753c-daaf-f172-272532535c6f" + }, + { + "id": "b27a4bd2-3156-cbd0-80f2-cc0ea57d81d9", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results", + "pathVariables": {}, + "preRequestScript": "", + "method": "POST", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "data": [], + "dataMode": "raw", + "name": "post_results_project_foo_case2", + "description": "", + "descriptionFormat": "html", + "time": 1448547874388, + "version": 2, + "responses": [], + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "folder": "6ac2fba2-88fa-7ca6-1903-b395eee702a9", + "rawModeData": "{ \n\"project_name\": \"project_foo\", \n\"case_name\": \"case foo2\", \n\"pod_name\": \"opnfv-jump-2\", \n\"installer\": \"fuel\", \n\"version\": \"master\", \n\"details\": { \n \"result1\": 1,\n \"result2\": 2,\n \"resultN\": \"N\"\n} \n}" + }, + { + "id": "c52cfd79-363c-fb84-39a3-9b3c2ba37cbf", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/dashboard?project=functest&case=vPing&pod=opnfv-jump-2", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546204291, + "name": "get_dashboard_functest_vPing_pod2", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "c7f8ccfb-ecdd-6d5a-d9d6-3c097dcce62c", + "headers": "", + "url": "http://127.0.0.1:8000/test_projects", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546104097, + "name": "get_tests_projects", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "c820f80b-cdc8-602d-d9f3-32df11c861ef", + "headers": "", + "url": "http://127.0.0.1:8000/test_projects/vsperf/cases", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546116759, + "name": "get_tests_cases_vsperf", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "d01bdcec-aea8-38f7-342f-55dea7bf65b1", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448548141744, + "name": "post_functest_results_rally", + "description": "#Rally example", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "rawModeData": "{\n \"project_name\": \"functest\",\n \"case_name\": \"Rally-keystone\",\n \"pod_id\": 1,\n \"details\": [\n {\n \"full_duration\": 13.434283971786499,\n \"key\": {\n \"kw\": {\n \"args\": {\n \"repetitions\": 2\n },\n \"context\": {\n \"users\": {\n \"project_domain\": \"default\",\n \"resource_management_workers\": 30,\n \"tenants\": 3,\n \"user_domain\": \"default\",\n \"users_per_tenant\": 5\n }\n },\n \"runner\": {\n \"concurrency\": 5,\n \"times\": 10,\n \"type\": \"constant\"\n },\n \"sla\": {\n \"failure_rate\": {\n \"max\": 0\n }\n }\n },\n \"name\": \"Authenticate.validate_glance\",\n \"pos\": 0\n },\n \"load_duration\": 2.0447540283203125,\n \"result\": [\n {\n \"atomic_actions\": {\n \"authenticate.validate_glance\": 0.39156103134155273,\n \"authenticate.validate_glance (2)\": 0.29338502883911133\n },\n \"duration\": 0.8208529949188232,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057866.306874\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_glance\": 0.4294250011444092,\n \"authenticate.validate_glance (2)\": 0.3034169673919678\n },\n \"duration\": 0.8573858737945557,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057866.301465\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_glance\": 0.3728928565979004,\n \"authenticate.validate_glance (2)\": 0.39923620223999023\n },\n \"duration\": 0.8929460048675537,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057866.305317\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_glance\": 0.34391307830810547,\n \"authenticate.validate_glance (2)\": 0.42811083793640137\n },\n \"duration\": 0.9105398654937744,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057866.299724\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_glance\": 0.2886049747467041,\n \"authenticate.validate_glance (2)\": 0.14571404457092285\n },\n \"duration\": 0.5435879230499268,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057867.163641\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_glance\": 1.0052940845489502,\n \"authenticate.validate_glance (2)\": 0.306164026260376\n },\n \"duration\": 1.43681001663208,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057866.303711\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_glance\": 0.2820088863372803,\n \"authenticate.validate_glance (2)\": 0.22127580642700195\n },\n \"duration\": 0.6009759902954102,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057867.204187\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_glance\": 0.26488184928894043,\n \"authenticate.validate_glance (2)\": 0.38507914543151855\n },\n \"duration\": 0.761146068572998,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057867.132616\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_glance\": 0.2802588939666748,\n \"authenticate.validate_glance (2)\": 0.40570998191833496\n },\n \"duration\": 0.7788181304931641,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057867.214552\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_glance\": 0.21006989479064941,\n \"authenticate.validate_glance (2)\": 0.294111967086792\n },\n \"duration\": 0.6066539287567139,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057867.711255\n }\n ],\n \"sla\": [\n {\n \"criterion\": \"failure_rate\",\n \"detail\": \"Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed\",\n \"success\": true\n }\n ]\n },\n {\n \"full_duration\": 17.062700033187866,\n \"key\": {\n \"kw\": {\n \"context\": {\n \"users\": {\n \"project_domain\": \"default\",\n \"resource_management_workers\": 30,\n \"tenants\": 3,\n \"user_domain\": \"default\",\n \"users_per_tenant\": 50\n }\n },\n \"runner\": {\n \"concurrency\": 5,\n \"times\": 100,\n \"type\": \"constant\"\n },\n \"sla\": {\n \"failure_rate\": {\n \"max\": 0\n }\n }\n },\n \"name\": \"Authenticate.keystone\",\n \"pos\": 0\n },\n \"load_duration\": 2.356674909591675,\n \"result\": [\n {\n \"atomic_actions\": {},\n \"duration\": 0.11447501182556152,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057881.91112\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1194148063659668,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057881.915913\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1262960433959961,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057881.913771\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.12775683403015137,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057881.91932\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.14647698402404785,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057881.920414\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09206509590148926,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.04143\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10759997367858887,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.049727\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.11386418342590332,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.056872\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09681296348571777,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.080657\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1297130584716797,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.062075\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10251498222351074,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.145068\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10632205009460449,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.169107\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09042000770568848,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.188747\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09928083419799805,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.181904\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10303592681884766,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.203635\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10155487060546875,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.259236\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09708189964294434,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.290836\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10545611381530762,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.287992\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1079401969909668,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.29522\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.096221923828125,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.317847\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09431815147399902,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.372588\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09795784950256348,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.397329\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.0960240364074707,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.4048\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10223388671875,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.41563\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10910201072692871,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.423633\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.11187386512756348,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.478671\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1031641960144043,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.50556\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10940790176391602,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.51247\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.0961160659790039,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.543124\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10811209678649902,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.53136\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1057741641998291,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.604869\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09453606605529785,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.632127\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10852813720703125,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.621816\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.0984351634979248,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.648599\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.11260080337524414,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.650628\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09508180618286133,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.725505\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09563398361206055,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.737705\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09678101539611816,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.743761\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10105705261230469,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.774512\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.15161895751953125,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.758783\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09496903419494629,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.834522\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10758399963378906,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.848252\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.11817502975463867,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.844934\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.11712980270385742,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.886917\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10655593872070312,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.923146\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1017909049987793,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.942394\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09309101104736328,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.967981\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09177494049072266,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057882.9749\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.0935659408569336,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.016603\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09125399589538574,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.040973\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09270405769348145,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.055342\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09214210510253906,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.075558\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1134340763092041,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.070905\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09458184242248535,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.121072\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10666298866271973,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.143265\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1070718765258789,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.160623\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10773897171020508,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.177809\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09554290771484375,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.193772\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09224605560302734,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.224372\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.0942540168762207,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.262426\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.08960795402526855,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.298152\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.11007499694824219,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.278159\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09602808952331543,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.29917\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.08866596221923828,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.327795\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09883308410644531,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.368218\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09276008605957031,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.400606\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09929299354553223,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.399425\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1076200008392334,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.40656\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10410904884338379,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.427654\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09338712692260742,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.480141\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09706807136535645,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.505426\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09878301620483398,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.510756\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09467792510986328,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.527519\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.11408305168151855,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.541555\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09735894203186035,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.583167\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10222315788269043,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.614133\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10002493858337402,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.620285\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10399293899536133,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.635176\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09962701797485352,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.666925\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09385085105895996,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.691018\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09930109977722168,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.729923\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1118478775024414,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.72773\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09327292442321777,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.750502\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10117578506469727,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.775705\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09125018119812012,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.796383\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09859800338745117,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.853554\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.11451888084411621,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.842291\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.1194310188293457,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.85268\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09339618682861328,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.890586\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.11132121086120605,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.899402\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10263800621032715,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.960116\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.11652922630310059,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.969123\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10523200035095215,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.983364\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10346293449401855,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057883.996788\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.10489106178283691,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057884.02169\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09156990051269531,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057884.07607\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.0932149887084961,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057884.097649\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09448099136352539,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057884.101187\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.0889430046081543,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057884.108768\n },\n {\n \"atomic_actions\": {},\n \"duration\": 0.09735989570617676,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057884.139214\n }\n ],\n \"sla\": [\n {\n \"criterion\": \"failure_rate\",\n \"detail\": \"Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed\",\n \"success\": true\n }\n ]\n },\n {\n \"full_duration\": 12.26237678527832,\n \"key\": {\n \"kw\": {\n \"args\": {\n \"repetitions\": 2\n },\n \"context\": {\n \"users\": {\n \"project_domain\": \"default\",\n \"resource_management_workers\": 30,\n \"tenants\": 3,\n \"user_domain\": \"default\",\n \"users_per_tenant\": 5\n }\n },\n \"runner\": {\n \"concurrency\": 5,\n \"times\": 10,\n \"type\": \"constant\"\n },\n \"sla\": {\n \"failure_rate\": {\n \"max\": 0\n }\n }\n },\n \"name\": \"Authenticate.validate_heat\",\n \"pos\": 0\n },\n \"load_duration\": 1.12772798538208,\n \"result\": [\n {\n \"atomic_actions\": {\n \"authenticate.validate_heat\": 0.21649980545043945,\n \"authenticate.validate_heat (2)\": 0.02943706512451172\n },\n \"duration\": 0.38662195205688477,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057897.944749\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_heat\": 0.23157501220703125,\n \"authenticate.validate_heat (2)\": 0.11071586608886719\n },\n \"duration\": 0.478823184967041,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057897.952067\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_heat\": 0.24916505813598633,\n \"authenticate.validate_heat (2)\": 0.1333010196685791\n },\n \"duration\": 0.5228979587554932,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057897.948157\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_heat\": 0.20219683647155762,\n \"authenticate.validate_heat (2)\": 0.20975685119628906\n },\n \"duration\": 0.5500960350036621,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057897.953945\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_heat\": 0.11552000045776367,\n \"authenticate.validate_heat (2)\": 0.13436102867126465\n },\n \"duration\": 0.3519399166107178,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057898.335756\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_heat\": 0.13963985443115234,\n \"authenticate.validate_heat (2)\": 0.12062907218933105\n },\n \"duration\": 0.3728628158569336,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057898.435136\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_heat\": 0.1136929988861084,\n \"authenticate.validate_heat (2)\": 0.12874698638916016\n },\n \"duration\": 0.34929800033569336,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057898.475341\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_heat\": 0.6060349941253662,\n \"authenticate.validate_heat (2)\": 0.14234614372253418\n },\n \"duration\": 0.8975369930267334,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057897.949405\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_heat\": 0.12208294868469238,\n \"authenticate.validate_heat (2)\": 0.13369202613830566\n },\n \"duration\": 0.3832571506500244,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057898.5089\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_heat\": 0.13014984130859375,\n \"authenticate.validate_heat (2)\": 0.12287497520446777\n },\n \"duration\": 0.35695910453796387,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057898.691324\n }\n ],\n \"sla\": [\n {\n \"criterion\": \"failure_rate\",\n \"detail\": \"Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed\",\n \"success\": true\n }\n ]\n },\n {\n \"full_duration\": 12.742466926574707,\n \"key\": {\n \"kw\": {\n \"args\": {\n \"repetitions\": 2\n },\n \"context\": {\n \"users\": {\n \"project_domain\": \"default\",\n \"resource_management_workers\": 30,\n \"tenants\": 3,\n \"user_domain\": \"default\",\n \"users_per_tenant\": 5\n }\n },\n \"runner\": {\n \"concurrency\": 5,\n \"times\": 10,\n \"type\": \"constant\"\n },\n \"sla\": {\n \"failure_rate\": {\n \"max\": 0\n }\n }\n },\n \"name\": \"Authenticate.validate_nova\",\n \"pos\": 0\n },\n \"load_duration\": 1.0150089263916016,\n \"result\": [\n {\n \"atomic_actions\": {\n \"authenticate.validate_nova\": 0.13207483291625977,\n \"authenticate.validate_nova (2)\": 0.04423213005065918\n },\n \"duration\": 0.2950870990753174,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057913.286474\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_nova\": 0.2142009735107422,\n \"authenticate.validate_nova (2)\": 0.0367739200592041\n },\n \"duration\": 0.368710994720459,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057913.284629\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_nova\": 0.2249600887298584,\n \"authenticate.validate_nova (2)\": 0.03574085235595703\n },\n \"duration\": 0.3801591396331787,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057913.27978\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_nova\": 0.22323894500732422,\n \"authenticate.validate_nova (2)\": 0.05197501182556152\n },\n \"duration\": 0.4056689739227295,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057913.288603\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_nova\": 0.10703492164611816,\n \"authenticate.validate_nova (2)\": 0.027653217315673828\n },\n \"duration\": 0.23597002029418945,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057913.657853\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_nova\": 0.23308300971984863,\n \"authenticate.validate_nova (2)\": 0.03578996658325195\n },\n \"duration\": 0.3829309940338135,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057913.586116\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_nova\": 0.18607378005981445,\n \"authenticate.validate_nova (2)\": 0.0350642204284668\n },\n \"duration\": 0.32976508140563965,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057913.698665\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_nova\": 0.23930788040161133,\n \"authenticate.validate_nova (2)\": 0.03780484199523926\n },\n \"duration\": 0.3847389221191406,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057913.664163\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_nova\": 0.6229109764099121,\n \"authenticate.validate_nova (2)\": 0.04339885711669922\n },\n \"duration\": 0.8153781890869141,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057913.282544\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_nova\": 0.22771215438842773,\n \"authenticate.validate_nova (2)\": 0.04434013366699219\n },\n \"duration\": 0.3739948272705078,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057913.897859\n }\n ],\n \"sla\": [\n {\n \"criterion\": \"failure_rate\",\n \"detail\": \"Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed\",\n \"success\": true\n }\n ]\n },\n {\n \"full_duration\": 13.5781090259552,\n \"key\": {\n \"kw\": {\n \"args\": {\n \"repetitions\": 2\n },\n \"context\": {\n \"users\": {\n \"project_domain\": \"default\",\n \"resource_management_workers\": 30,\n \"tenants\": 3,\n \"user_domain\": \"default\",\n \"users_per_tenant\": 5\n }\n },\n \"runner\": {\n \"concurrency\": 5,\n \"times\": 10,\n \"type\": \"constant\"\n },\n \"sla\": {\n \"failure_rate\": {\n \"max\": 0\n }\n }\n },\n \"name\": \"Authenticate.validate_cinder\",\n \"pos\": 0\n },\n \"load_duration\": 1.4636518955230713,\n \"result\": [\n {\n \"atomic_actions\": {\n \"authenticate.validate_cinder\": 0.2951390743255615,\n \"authenticate.validate_cinder (2)\": 0.020451068878173828\n },\n \"duration\": 0.458575963973999,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057927.197007\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_cinder\": 0.20381712913513184,\n \"authenticate.validate_cinder (2)\": 0.21071982383728027\n },\n \"duration\": 0.5479309558868408,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057927.206163\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_cinder\": 0.36303210258483887,\n \"authenticate.validate_cinder (2)\": 0.20453500747680664\n },\n \"duration\": 0.6960139274597168,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057927.199876\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_cinder\": 0.3702220916748047,\n \"authenticate.validate_cinder (2)\": 0.2456200122833252\n },\n \"duration\": 0.7609479427337646,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057927.201746\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_cinder\": 0.09752583503723145,\n \"authenticate.validate_cinder (2)\": 0.21224498748779297\n },\n \"duration\": 0.40781497955322266,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057927.660598\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_cinder\": 0.21454405784606934,\n \"authenticate.validate_cinder (2)\": 0.1894090175628662\n },\n \"duration\": 0.5106320381164551,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057927.758535\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_cinder\": 0.2029271125793457,\n \"authenticate.validate_cinder (2)\": 0.21360301971435547\n },\n \"duration\": 0.5096330642700195,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057927.96731\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_cinder\": 0.11590790748596191,\n \"authenticate.validate_cinder (2)\": 0.21600103378295898\n },\n \"duration\": 0.4414501190185547,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057928.071667\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_cinder\": 0.10145401954650879,\n \"authenticate.validate_cinder (2)\": 0.4396059513092041\n },\n \"duration\": 0.6649971008300781,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057927.900213\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_cinder\": 1.1637070178985596,\n \"authenticate.validate_cinder (2)\": 0.12073302268981934\n },\n \"duration\": 1.4324371814727783,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057927.204223\n }\n ],\n \"sla\": [\n {\n \"criterion\": \"failure_rate\",\n \"detail\": \"Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed\",\n \"success\": true\n }\n ]\n },\n {\n \"full_duration\": 11.263267993927002,\n \"key\": {\n \"kw\": {\n \"args\": {\n \"repetitions\": 2\n },\n \"context\": {\n \"users\": {\n \"project_domain\": \"default\",\n \"resource_management_workers\": 30,\n \"tenants\": 3,\n \"user_domain\": \"default\",\n \"users_per_tenant\": 5\n }\n },\n \"runner\": {\n \"concurrency\": 5,\n \"times\": 10,\n \"type\": \"constant\"\n },\n \"sla\": {\n \"failure_rate\": {\n \"max\": 0\n }\n }\n },\n \"name\": \"Authenticate.validate_neutron\",\n \"pos\": 0\n },\n \"load_duration\": 1.034574031829834,\n \"result\": [\n {\n \"atomic_actions\": {\n \"authenticate.validate_neutron\": 0.12639093399047852,\n \"authenticate.validate_neutron (2)\": 0.13690996170043945\n },\n \"duration\": 0.388185977935791,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057939.807832\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_neutron\": 0.2541072368621826,\n \"authenticate.validate_neutron (2)\": 0.018501996994018555\n },\n \"duration\": 0.4223909378051758,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057939.803057\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_neutron\": 0.14838004112243652,\n \"authenticate.validate_neutron (2)\": 0.24619603157043457\n },\n \"duration\": 0.5041840076446533,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057939.805074\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_neutron\": 0.132310152053833,\n \"authenticate.validate_neutron (2)\": 0.26080799102783203\n },\n \"duration\": 0.504011869430542,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057939.808804\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_neutron\": 0.2618129253387451,\n \"authenticate.validate_neutron (2)\": 0.14159107208251953\n },\n \"duration\": 0.5195119380950928,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057939.801376\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_neutron\": 0.12067985534667969,\n \"authenticate.validate_neutron (2)\": 0.11738705635070801\n },\n \"duration\": 0.3286769390106201,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057940.201273\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_neutron\": 0.12789011001586914,\n \"authenticate.validate_neutron (2)\": 0.01934814453125\n },\n \"duration\": 0.24778389930725098,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057940.314835\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_neutron\": 0.12448310852050781,\n \"authenticate.validate_neutron (2)\": 0.15597200393676758\n },\n \"duration\": 0.38387608528137207,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057940.230381\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_neutron\": 0.1347517967224121,\n \"authenticate.validate_neutron (2)\": 0.16216206550598145\n },\n \"duration\": 0.4160311222076416,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057940.318054\n },\n {\n \"atomic_actions\": {\n \"authenticate.validate_neutron\": 0.1645338535308838,\n \"authenticate.validate_neutron (2)\": 0.21524405479431152\n },\n \"duration\": 0.48433613777160645,\n \"error\": [],\n \"idle_duration\": 0,\n \"scenario_output\": {\n \"data\": {},\n \"errors\": \"\"\n },\n \"timestamp\": 1444057940.325259\n }\n ],\n \"sla\": [\n {\n \"criterion\": \"failure_rate\",\n \"detail\": \"Failure rate criteria 0.00% <= 0.00% <= 0.00% - Passed\",\n \"success\": true\n }\n ]\n }\n ]\n \n}" + }, + { + "id": "d058c0d9-6c8f-f480-2cdd-f83a91430114", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/test_projects", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546239892, + "name": "post_tests_project_foo", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "6ac2fba2-88fa-7ca6-1903-b395eee702a9", + "rawModeData": "{\n \"name\": \"project_foo\",\n \"description\": \"OPNFV foo testing project\"\n}" + }, + { + "id": "d1c53d34-be0e-8eda-31f5-9c9386e892c3", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/test_projects/project_foo", + "preRequestScript": "", + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546984500, + "name": "put_foo_case_2", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "folder": "6ac2fba2-88fa-7ca6-1903-b395eee702a9", + "rawModeData": "{\n \"creation_date\": \"2015-11-09 13:10:18\",\n \"name\": \"project foo\",\n \"description\": \"This case deals with the VERY tricky foo testcases\"\n}" + }, + { + "id": "dae740a1-0767-6a0a-4e55-03b258094ae2", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546136988, + "name": "get_all_results_fuel", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "e0139c7b-1c7f-239f-d029-b16a70d08a2f", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/dashboard?project=functest&case=vPing&pod=opnfv-jump-2", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546210051, + "name": "get_dashboard_functest_vPing_pod2_fuel", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "e1e77578-87b6-3485-147c-c3bb41fc7821", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/results?project=functest&installer=fuel&pod=opnfv-jump-2", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448548097644, + "name": "get_functest_results_fuel_pod2", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "e47d97c9-6d3a-f4ae-d4d0-94b03e2ce7d0", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448547977197, + "name": "post_results_project_foo_case1_pod_foo", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [], + "rawModeData": "{ \n\"project_name\": \"project_foo\", \n\"case_name\": \"case foo1\", \n\"pod_name\": \"pod_foo\", \n\"installer\": \"fuel\", \n\"version\": \"master\", \n\"details\": { \n \"result1\": 1,\n \"result2\": 2,\n \"resultN\": \"N\"\n} \n}" + }, + { + "id": "ebd03cfb-16ba-b0b3-e52a-24a8ef3c3ddd", + "headers": "Content-Type: application/json\n", + "url": "http://213.77.62.197/dashboard?project=functest&case=vPing", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448545464521, + "name": "get_dashboard_functest_vPing", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "ee0a1121-a3ab-1a30-8da7-8ef6d8ac493c", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results?project=functest&installer=fuel", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546161086, + "name": "get_functest_results_fuel", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + }, + { + "id": "f8fe7ff5-3dc6-d248-1bee-4e1ecc932ea7", + "headers": "Content-Type: application/json\n", + "url": "http://127.0.0.1:8000/results?project=functest&installer=fuel&pod=opnfv-jump-2", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448546155181, + "name": "get_functest_results_fuel_pod2", + "description": "", + "collectionId": "ed0951e6-560a-cad4-36c3-1197e7f32140", + "responses": [] + } + ] +} \ No newline at end of file