Skip to content

Instantly share code, notes, and snippets.

@danlamanna
Created November 8, 2016 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danlamanna/347cb1f06112afbd09602996f3b8fd3f to your computer and use it in GitHub Desktop.
Save danlamanna/347cb1f06112afbd09602996f3b8fd3f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Site BuildName="ansible-tests-master"
BuildStamp="20160923-0500-Nightly"
Name="genii.kitware"
Generator="ctest-3.5.20160329-gb076d"
CompilerName=""
CompilerVersion=""
OSName="Linux"
Hostname="genii"
OSRelease="4.6.7-300.fc24.x86_64"
OSVersion="#1 SMP Wed Aug 17 18:48:43 UTC 2016"
OSPlatform="x86_64"
Is64Bits="1"
VendorString="GenuineIntel"
VendorID="Intel Corporation"
FamilyID="6"
ModelID="63"
ProcessorCacheSize="10240"
NumberOfLogicalCPU="4"
NumberOfPhysicalCPU="1"
TotalVirtualMemory="16067"
TotalPhysicalMemory="32100"
LogicalProcessorsPerPhysical="4"
ProcessorClockFrequency="3099.88"
>
<Testing>
<StartDateTime>Sep 23 10:28 EDT</StartDateTime>
<StartTestTime>1474640939</StartTestTime>
<TestList>
<Test>./ansible_example_girder-nginx_vagrant_up</Test>
<Test>./ansible_example_girder-nginx_vagrant_provision</Test>
<Test>./ansible_example_girder-nginx_vagrant_destroy</Test>
<Test>./ansible_example_girder-external-mongo_vagrant_up</Test>
<Test>./ansible_example_girder-external-mongo_vagrant_provision</Test>
<Test>./ansible_example_girder-external-mongo_vagrant_destroy</Test>
<Test>./ansible_example_girder-dev-environment_vagrant_up</Test>
<Test>./ansible_example_girder-dev-environment_vagrant_provision</Test>
<Test>./ansible_example_girder-dev-environment_vagrant_destroy</Test>
<Test>./ansible_example_girder-configure-lib_vagrant_up</Test>
<Test>./ansible_example_girder-configure-lib_vagrant_provision</Test>
<Test>./ansible_example_girder-configure-lib_vagrant_destroy</Test>
<Test>./ansible_client_test_vagrant_up</Test>
<Test>./ansible_client_test_user</Test>
<Test>./ansible_client_test_assetstore</Test>
<Test>./ansible_client_test_resources</Test>
<Test>./ansible_client_test_files</Test>
<Test>./ansible_client_test_plugin</Test>
<Test>./ansible_client_test_access</Test>
<Test>./ansible_client_test_hierarchy</Test>
<Test>./ansible_client_test_apikey</Test>
<Test>./ansible_client_test_setting</Test>
<Test>./ansible_client_test_vagrant_destroy</Test>
</TestList>
<Test Status="passed">
<Name>ansible_example_girder-nginx_vagrant_up</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-nginx_vagrant_up</FullName>
<FullCommandLine>/home/dan/bin/vagrant "up" "--no-provision"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>43.0637</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "up" "--no-provision"</Value>
</NamedMeasurement>
<Measurement>
<Value>Bringing machine 'default' up with 'virtualbox' provider...
==&gt; default: Importing base box 'ubuntu/trusty64'...
[NON-XML-CHAR-0x1B][KProgress: 90%[NON-XML-CHAR-0x1B][K==&gt; default: Matching MAC address for NAT networking...
==&gt; default: Checking if box 'ubuntu/trusty64' is up to date...
==&gt; default: A newer version of the box 'ubuntu/trusty64' is available! You currently
==&gt; default: have version '20160720.0.0'. The latest is version '20160919.0.0'. Run
==&gt; default: `vagrant box update` to update.
==&gt; default: Setting the name of the VM: tmpOsouYwVJ7F_default_1474640949963_74181
==&gt; default: Clearing any previously set forwarded ports...
==&gt; default: Clearing any previously set network interfaces...
==&gt; default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==&gt; default: Forwarding ports...
default: 22 (guest) =&gt; 2222 (host) (adapter 1)
==&gt; default: Running 'pre-boot' VM customizations...
==&gt; default: Booting VM...
==&gt; default: Waiting for machine to boot. This may take a few minutes...
default: SSH...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_example_girder-nginx_vagrant_provision</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-nginx_vagrant_provision</FullName>
<FullCommandLine>/home/dan/bin/vagrant "provision"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>219.929</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "provision"</Value>
</NamedMeasurement>
<Measurement>
<Value>==&gt; default: Configuring cache buckets...
==&gt; default: Running provisioner: ansible...
default: Running ansible-galaxy...
- downloading role 'nginx', owned by geerlingguy
- downloading role from https://github.com/geerlingguy/ansible-role-nginx/archive/1.9.4.tar.gz
- extracting geerlingguy.nginx to /tmp/tmp.OsouYwVJ7F/devops/ansible/examples/girder-nginx/roles/geerlingguy.nginx
- geerlingguy.nginx was installed successfully
- downloading role 'mongodb', owned by Stouts
- downloading role from https://github.com/Stouts/Stouts.mongodb/archive/2.2.7.tar.gz
- extracting Stouts.mongodb to /tmp/tmp.OsouYwVJ7F/devops/ansible/examples/girder-nginx/roles/Stouts.mongodb
- Stouts.mongodb was installed successfully
default: Running ansible-playbook...
PLAY [all] *********************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Update package cache] ****************************************************
ok: [d...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_example_girder-nginx_vagrant_destroy</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-nginx_vagrant_destroy</FullName>
<FullCommandLine>/home/dan/bin/vagrant "destroy" "-f"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>4.9351</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "destroy" "-f"</Value>
</NamedMeasurement>
<Measurement>
<Value>==&gt; default: Forcing shutdown of VM...
==&gt; default: Destroying VM and associated drives...
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_example_girder-external-mongo_vagrant_up</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-external-mongo_vagrant_up</FullName>
<FullCommandLine>/home/dan/bin/vagrant "up" "--no-provision"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>43.8887</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "up" "--no-provision"</Value>
</NamedMeasurement>
<Measurement>
<Value>Bringing machine 'default' up with 'virtualbox' provider...
==&gt; default: Importing base box 'ubuntu/trusty64'...
[NON-XML-CHAR-0x1B][KProgress: 10%[NON-XML-CHAR-0x1B][KProgress: 60%[NON-XML-CHAR-0x1B][KProgress: 90%[NON-XML-CHAR-0x1B][K==&gt; default: Matching MAC address for NAT networking...
==&gt; default: Checking if box 'ubuntu/trusty64' is up to date...
==&gt; default: A newer version of the box 'ubuntu/trusty64' is available! You currently
==&gt; default: have version '20160720.0.0'. The latest is version '20160919.0.0'. Run
==&gt; default: `vagrant box update` to update.
==&gt; default: Setting the name of the VM: tmpOsouYwVJ7F_default_1474641219092_36589
==&gt; default: Clearing any previously set forwarded ports...
==&gt; default: Clearing any previously set network interfaces...
==&gt; default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==&gt; default: Forwarding ports...
default: 22 (guest) =&gt; 2222 (host) (adapter 1)
==&gt; default: Running 'pre-boot' VM customizations...
==&gt; default: Booting VM...
==&gt; default: Waiting for machine to boot. This may take...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_example_girder-external-mongo_vagrant_provision</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-external-mongo_vagrant_provision</FullName>
<FullCommandLine>/home/dan/bin/vagrant "provision"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>177.387</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "provision"</Value>
</NamedMeasurement>
<Measurement>
<Value>==&gt; default: Configuring cache buckets...
==&gt; default: Running provisioner: ansible...
default: Running ansible-playbook...
PLAY [all] *********************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Update package cache] ****************************************************
ok: [default]
TASK [girder : fail] ***********************************************************
skipping: [default]
TASK [girder : Ensure girder base directory exists] ****************************
changed: [default]
TASK [girder : NodeJS | Add PPA key] *******************************************
changed: [default]
TASK [girder : NodeJS | Add PPA] ***********************************************
changed: [default]
TASK [girder : NodeJS | Install package] ***************************************
changed: [default]
TASK [girder : Install virtualenv] *********************************************
skipping: [default]
TASK [girder ...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_example_girder-external-mongo_vagrant_destroy</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-external-mongo_vagrant_destroy</FullName>
<FullCommandLine>/home/dan/bin/vagrant "destroy" "-f"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>4.48743</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "destroy" "-f"</Value>
</NamedMeasurement>
<Measurement>
<Value>==&gt; default: Forcing shutdown of VM...
==&gt; default: Destroying VM and associated drives...
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_example_girder-dev-environment_vagrant_up</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-dev-environment_vagrant_up</FullName>
<FullCommandLine>/home/dan/bin/vagrant "up" "--no-provision"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>41.8315</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "up" "--no-provision"</Value>
</NamedMeasurement>
<Measurement>
<Value>Bringing machine 'default' up with 'virtualbox' provider...
==&gt; default: Importing base box 'ubuntu/trusty64'...
[NON-XML-CHAR-0x1B][KProgress: 30%[NON-XML-CHAR-0x1B][KProgress: 90%[NON-XML-CHAR-0x1B][K==&gt; default: Matching MAC address for NAT networking...
==&gt; default: Checking if box 'ubuntu/trusty64' is up to date...
==&gt; default: A newer version of the box 'ubuntu/trusty64' is available! You currently
==&gt; default: have version '20160720.0.0'. The latest is version '20160919.0.0'. Run
==&gt; default: `vagrant box update` to update.
==&gt; default: Setting the name of the VM: tmpOsouYwVJ7F_default_1474641443939_59557
==&gt; default: Clearing any previously set forwarded ports...
==&gt; default: Clearing any previously set network interfaces...
==&gt; default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==&gt; default: Forwarding ports...
default: 22 (guest) =&gt; 2222 (host) (adapter 1)
==&gt; default: Running 'pre-boot' VM customizations...
==&gt; default: Booting VM...
==&gt; default: Waiting for machine to boot. This may take a few minutes......
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_example_girder-dev-environment_vagrant_provision</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-dev-environment_vagrant_provision</FullName>
<FullCommandLine>/home/dan/bin/vagrant "provision"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>293.425</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "provision"</Value>
</NamedMeasurement>
<Measurement>
<Value>==&gt; default: Configuring cache buckets...
==&gt; default: Running provisioner: ansible...
default: Running ansible-galaxy...
- downloading role 'mongodb', owned by Stouts
- downloading role from https://github.com/Stouts/Stouts.mongodb/archive/2.2.7.tar.gz
- extracting Stouts.mongodb to /tmp/tmp.OsouYwVJ7F/devops/ansible/examples/girder-dev-environment/roles/Stouts.mongodb
- Stouts.mongodb was installed successfully
default: Running ansible-playbook...
PLAY [all] *********************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Update package cache] ****************************************************
ok: [default]
TASK [Stouts.mongodb : Set up configuration parameters 1/3] ********************
ok: [default]
TASK [Stouts.mongodb : Set up configuration parameters 2/3] ********************
ok: [default]
TASK [Stouts.mongodb : Set up configuration parameters 3/3] ********************
ok: [default]
...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_example_girder-dev-environment_vagrant_destroy</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-dev-environment_vagrant_destroy</FullName>
<FullCommandLine>/home/dan/bin/vagrant "destroy" "-f"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>3.57406</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "destroy" "-f"</Value>
</NamedMeasurement>
<Measurement>
<Value>==&gt; default: Forcing shutdown of VM...
==&gt; default: Destroying VM and associated drives...
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_example_girder-configure-lib_vagrant_up</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-configure-lib_vagrant_up</FullName>
<FullCommandLine>/home/dan/bin/vagrant "up" "--no-provision"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>43.3577</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "up" "--no-provision"</Value>
</NamedMeasurement>
<Measurement>
<Value>Bringing machine 'default' up with 'virtualbox' provider...
==&gt; default: Importing base box 'ubuntu/trusty64'...
[NON-XML-CHAR-0x1B][KProgress: 90%[NON-XML-CHAR-0x1B][K==&gt; default: Matching MAC address for NAT networking...
==&gt; default: Checking if box 'ubuntu/trusty64' is up to date...
==&gt; default: A newer version of the box 'ubuntu/trusty64' is available! You currently
==&gt; default: have version '20160720.0.0'. The latest is version '20160919.0.0'. Run
==&gt; default: `vagrant box update` to update.
==&gt; default: Setting the name of the VM: tmpOsouYwVJ7F_default_1474641824650_41827
==&gt; default: Clearing any previously set forwarded ports...
==&gt; default: Clearing any previously set network interfaces...
==&gt; default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==&gt; default: Forwarding ports...
default: 22 (guest) =&gt; 2222 (host) (adapter 1)
==&gt; default: Running 'pre-boot' VM customizations...
==&gt; default: Booting VM...
==&gt; default: Waiting for machine to boot. This may take a few minutes...
default: SSH...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_example_girder-configure-lib_vagrant_provision</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-configure-lib_vagrant_provision</FullName>
<FullCommandLine>/home/dan/bin/vagrant "provision"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>227.698</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "provision"</Value>
</NamedMeasurement>
<Measurement>
<Value>==&gt; default: Configuring cache buckets...
==&gt; default: Running provisioner: ansible...
default: Running ansible-galaxy...
- downloading role 'mongodb', owned by Stouts
- downloading role from https://github.com/Stouts/Stouts.mongodb/archive/2.2.7.tar.gz
- extracting Stouts.mongodb to /tmp/tmp.OsouYwVJ7F/devops/ansible/examples/girder-configure-lib/roles/Stouts.mongodb
- Stouts.mongodb was installed successfully
default: Running ansible-playbook...
PLAY [all] *********************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Update package cache] ****************************************************
ok: [default]
TASK [Stouts.mongodb : Set up configuration parameters 1/3] ********************
ok: [default]
TASK [Stouts.mongodb : Set up configuration parameters 2/3] ********************
ok: [default]
TASK [Stouts.mongodb : Set up configuration parameters 3/3] ********************
ok: [default]
T...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_example_girder-configure-lib_vagrant_destroy</Name>
<Path>.</Path>
<FullName>./ansible_example_girder-configure-lib_vagrant_destroy</FullName>
<FullCommandLine>/home/dan/bin/vagrant "destroy" "-f"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>3.51356</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "destroy" "-f"</Value>
</NamedMeasurement>
<Measurement>
<Value>==&gt; default: Forcing shutdown of VM...
==&gt; default: Destroying VM and associated drives...
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_client_test_vagrant_up</Name>
<Path>.</Path>
<FullName>./ansible_client_test_vagrant_up</FullName>
<FullCommandLine>/home/dan/bin/vagrant "up"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>153.264</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "up"</Value>
</NamedMeasurement>
<Measurement>
<Value>Bringing machine 'default' up with 'virtualbox' provider...
==&gt; default: Importing base box 'ubuntu/trusty64'...
[NON-XML-CHAR-0x1B][KProgress: 10%[NON-XML-CHAR-0x1B][KProgress: 20%[NON-XML-CHAR-0x1B][KProgress: 90%[NON-XML-CHAR-0x1B][K==&gt; default: Matching MAC address for NAT networking...
==&gt; default: Checking if box 'ubuntu/trusty64' is up to date...
==&gt; default: A newer version of the box 'ubuntu/trusty64' is available! You currently
==&gt; default: have version '20160720.0.0'. The latest is version '20160919.0.0'. Run
==&gt; default: `vagrant box update` to update.
==&gt; default: Setting the name of the VM: tmpOsouYwVJ7F_default_1474642098438_64467
==&gt; default: Clearing any previously set forwarded ports...
==&gt; default: Clearing any previously set network interfaces...
==&gt; default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==&gt; default: Forwarding ports...
default: 22 (guest) =&gt; 2222 (host) (adapter 1)
==&gt; default: Running 'pre-boot' VM customizations...
==&gt; default: Booting VM...
==&gt; default: Waiting for machine to boot. This may take...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible_client</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_client_test_user</Name>
<Path>.</Path>
<FullName>./ansible_client_test_user</FullName>
<FullCommandLine>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_user.yml" "-v"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>7.63122</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_user.yml" "-v"</Value>
</NamedMeasurement>
<Measurement>
<Value>Using /tmp/tmp.OsouYwVJ7F/ansible.cfg as config file
PLAY [girder] ******************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Create 'admin' User] *****************************************************
changed: [default] =&gt; {"changed": true, "debug": {"args": ["admin", "letmein"], "kwargs": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila"}, "method": "user", "params": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila", "login": "admin", "password": "letmein"}}, "gc_return": {"_accessLevel": 2, "_id": "57e54143b0e9572344eae467", "_modelType": "user", "admin": true, "authToken": {"expires": "2017-03-22T14:50:43.777722+00:00", "token": "JmSSdu7uCT2uKjfIfW0xZu75FR2XWICyp3YSF7Qb2O8aTxxpbjBSPgVNDxNk1S6r"}, "created": "2016-09-23T14:50:43.466272+00:00", "email": "chris.kotfila@kitware.com", "emailVerified": true,...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible_client</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_client_test_assetstore</Name>
<Path>.</Path>
<FullName>./ansible_client_test_assetstore</FullName>
<FullCommandLine>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_assetstore.yml" "-v"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>7.25119</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_assetstore.yml" "-v"</Value>
</NamedMeasurement>
<Measurement>
<Value>Using /tmp/tmp.OsouYwVJ7F/ansible.cfg as config file
[DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and make sure become_method is 'sudo' (default).
This feature will be removed in a future release. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
PLAY [girder] ******************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Create 'admin' User] *****************************************************
changed: [default] =&gt; {"changed": true, "debug": {"args": ["admin", "letmein"], "kwargs": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila"}, "method": "user", "params": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila", "login": "admin", "password": "letmein"}}, "gc_return": {"_accessLevel": 2, "_id": "57e54143b0e9572344eae467", "_modelType": "user...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible_client</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_client_test_resources</Name>
<Path>.</Path>
<FullName>./ansible_client_test_resources</FullName>
<FullCommandLine>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_resources.yml" "-v"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>17.2667</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_resources.yml" "-v"</Value>
</NamedMeasurement>
<Measurement>
<Value>Using /tmp/tmp.OsouYwVJ7F/ansible.cfg as config file
PLAY [girder] ******************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Create 'admin' User] *****************************************************
ok: [default] =&gt; {"changed": false, "debug": {"args": ["admin", "letmein"], "kwargs": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila"}, "method": "user", "params": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila", "login": "admin", "password": "letmein"}}, "gc_return": {"_accessLevel": 2, "_id": "57e54143b0e9572344eae467", "_modelType": "user", "admin": true, "created": "2016-09-23T14:50:43.466000+00:00", "email": "chris.kotfila@kitware.com", "emailVerified": true, "firstName": "Chris", "groupInvites": [], "groups": [], "lastName": "Kotfila", "login": "admin", "public": true, "size": 0, "status": "enabled...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible_client</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_client_test_files</Name>
<Path>.</Path>
<FullName>./ansible_client_test_files</FullName>
<FullCommandLine>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_files.yml" "-v"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>9.57983</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_files.yml" "-v"</Value>
</NamedMeasurement>
<Measurement>
<Value>Using /tmp/tmp.OsouYwVJ7F/ansible.cfg as config file
PLAY [girder] ******************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Create 'admin' User] *****************************************************
ok: [default] =&gt; {"changed": false, "debug": {"args": ["admin", "letmein"], "kwargs": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila"}, "method": "user", "params": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila", "login": "admin", "password": "letmein"}}, "gc_return": {"_accessLevel": 2, "_id": "57e54143b0e9572344eae467", "_modelType": "user", "admin": true, "created": "2016-09-23T14:50:43.466000+00:00", "email": "chris.kotfila@kitware.com", "emailVerified": true, "firstName": "Chris", "groupInvites": [], "groups": [], "lastName": "Kotfila", "login": "admin", "public": true, "size": 0, "status": "enabled...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible_client</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_client_test_plugin</Name>
<Path>.</Path>
<FullName>./ansible_client_test_plugin</FullName>
<FullCommandLine>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_plugin.yml" "-v"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>15.1468</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_plugin.yml" "-v"</Value>
</NamedMeasurement>
<Measurement>
<Value>Using /tmp/tmp.OsouYwVJ7F/ansible.cfg as config file
PLAY [girder] ******************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Create 'admin' User] *****************************************************
ok: [default] =&gt; {"changed": false, "debug": {"args": ["admin", "letmein"], "kwargs": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila"}, "method": "user", "params": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila", "login": "admin", "password": "letmein"}}, "gc_return": {"_accessLevel": 2, "_id": "57e54143b0e9572344eae467", "_modelType": "user", "admin": true, "created": "2016-09-23T14:50:43.466000+00:00", "email": "chris.kotfila@kitware.com", "emailVerified": true, "firstName": "Chris", "groupInvites": [], "groups": [], "lastName": "Kotfila", "login": "admin", "public": true, "size": 0, "status": "enabled...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible_client</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_client_test_access</Name>
<Path>.</Path>
<FullName>./ansible_client_test_access</FullName>
<FullCommandLine>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_access.yml" "-v"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>32.5228</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_access.yml" "-v"</Value>
</NamedMeasurement>
<Measurement>
<Value>Using /tmp/tmp.OsouYwVJ7F/ansible.cfg as config file
PLAY [girder] ******************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Create 'admin' User] *****************************************************
ok: [default] =&gt; {"changed": false, "debug": {"args": ["admin", "letmein"], "kwargs": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila"}, "method": "user", "params": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila", "login": "admin", "password": "letmein"}}, "gc_return": {"_accessLevel": 2, "_id": "57e54143b0e9572344eae467", "_modelType": "user", "admin": true, "created": "2016-09-23T14:50:43.466000+00:00", "email": "chris.kotfila@kitware.com", "emailVerified": true, "firstName": "Chris", "groupInvites": [], "groups": [], "lastName": "Kotfila", "login": "admin", "public": true, "size": 0, "status": "enabled...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible_client</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_client_test_hierarchy</Name>
<Path>.</Path>
<FullName>./ansible_client_test_hierarchy</FullName>
<FullCommandLine>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_hierarchy.yml" "-v"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>18.59</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_hierarchy.yml" "-v"</Value>
</NamedMeasurement>
<Measurement>
<Value>Using /tmp/tmp.OsouYwVJ7F/ansible.cfg as config file
PLAY [girder] ******************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Create 'admin' User] *****************************************************
ok: [default] =&gt; {"changed": false, "debug": {"args": ["admin", "letmein"], "kwargs": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila"}, "method": "user", "params": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila", "login": "admin", "password": "letmein"}}, "gc_return": {"_accessLevel": 2, "_id": "57e54143b0e9572344eae467", "_modelType": "user", "admin": true, "created": "2016-09-23T14:50:43.466000+00:00", "email": "chris.kotfila@kitware.com", "emailVerified": true, "firstName": "Chris", "gravatar_baseUrl": "https://www.gravatar.com/avatar/80b5ccf8ffa30c549ae85da867bcf8be?d=identicon", "groupInvites": [], ...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible_client</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_client_test_apikey</Name>
<Path>.</Path>
<FullName>./ansible_client_test_apikey</FullName>
<FullCommandLine>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_apikey.yml" "-v"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>4.11086</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_apikey.yml" "-v"</Value>
</NamedMeasurement>
<Measurement>
<Value>Using /tmp/tmp.OsouYwVJ7F/ansible.cfg as config file
PLAY [girder] ******************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Create 'admin' User] *****************************************************
ok: [default] =&gt; {"changed": false, "debug": {"args": ["admin", "letmein"], "kwargs": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila"}, "method": "user", "params": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila", "login": "admin", "password": "letmein"}}, "gc_return": {"_accessLevel": 2, "_id": "57e54143b0e9572344eae467", "_modelType": "user", "admin": true, "created": "2016-09-23T14:50:43.466000+00:00", "email": "chris.kotfila@kitware.com", "emailVerified": true, "firstName": "Chris", "gravatar_baseUrl": "https://www.gravatar.com/avatar/80b5ccf8ffa30c549ae85da867bcf8be?d=identicon", "groupInvites": [], ...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible_client</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_client_test_setting</Name>
<Path>.</Path>
<FullName>./ansible_client_test_setting</FullName>
<FullCommandLine>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_setting.yml" "-v"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>7.92226</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/usr/bin/ansible-playbook "-i" "/tmp/tmp.OsouYwVJ7F/.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory" "--private-key=/tmp/tmp.OsouYwVJ7F/.vagrant/machines/girder/virtualbox/private_key" "-u" "vagrant" "/tmp/tmp.OsouYwVJ7F/devops/ansible/roles/girder/library/test/test_setting.yml" "-v"</Value>
</NamedMeasurement>
<Measurement>
<Value>Using /tmp/tmp.OsouYwVJ7F/ansible.cfg as config file
PLAY [girder] ******************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Create 'admin' User] *****************************************************
ok: [default] =&gt; {"changed": false, "debug": {"args": ["admin", "letmein"], "kwargs": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila"}, "method": "user", "params": {"admin": true, "email": "chris.kotfila@kitware.com", "firstName": "Chris", "lastName": "Kotfila", "login": "admin", "password": "letmein"}}, "gc_return": {"_accessLevel": 2, "_id": "57e54143b0e9572344eae467", "_modelType": "user", "admin": true, "created": "2016-09-23T14:50:43.466000+00:00", "email": "chris.kotfila@kitware.com", "emailVerified": true, "firstName": "Chris", "gravatar_baseUrl": "https://www.gravatar.com/avatar/80b5ccf8ffa30c549ae85da867bcf8be?d=identicon", "groupInvites": [], ...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible_client</Label>
</Labels>
</Test>
<Test Status="passed">
<Name>ansible_client_test_vagrant_destroy</Name>
<Path>.</Path>
<FullName>./ansible_client_test_vagrant_destroy</FullName>
<FullCommandLine>/home/dan/bin/vagrant "destroy" "-f"</FullCommandLine>
<Results>
<NamedMeasurement type="numeric/double" name="Execution Time">
<Value>3.14445</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Completion Status">
<Value>Completed</Value>
</NamedMeasurement>
<NamedMeasurement type="text/string" name="Command Line">
<Value>/home/dan/bin/vagrant "destroy" "-f"</Value>
</NamedMeasurement>
<Measurement>
<Value>==&gt; default: Forcing shutdown of VM...
==&gt; default: Destroying VM and associated drives...
</Value>
</Measurement>
</Results>
<Labels>
<Label>girder_ansible_client</Label>
</Labels>
</Test>
<EndDateTime>Sep 23 10:52 EDT</EndDateTime>
<EndTestTime>1474642364</EndTestTime>
<ElapsedMinutes>23.7</ElapsedMinutes>
</Testing>
</Site>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment