Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #977 from tpepper/storage
Browse files Browse the repository at this point in the history
Storage: fix for failing BAT test
  • Loading branch information
mcastelino authored Dec 15, 2016
2 parents 51d5256 + 2e33e06 commit 0ffc205
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ciao-controller/tables/workload_storage.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
79034317-3beb-447e-987d-4e310a8cf410,"",1,0,0,"image",73a86d7e-93c0-480e-9c41-ab42f69b7799,""
e35ed972-c46c-4aad-a1e7-ef103ae079a2,"",1,0,0,"image",df3768da-31f5-4ba6-82f0-127a1a705169,""
eba04826-62a5-48bd-876f-9119667b1487,"",1,0,0,"image",4e16e743-265a-4bf2-9fd1-57ada0b28904,""
79034317-3beb-447e-987d-4e310a8cf410,"",1,1,0,"image",73a86d7e-93c0-480e-9c41-ab42f69b7799,""
e35ed972-c46c-4aad-a1e7-ef103ae079a2,"",1,1,0,"image",df3768da-31f5-4ba6-82f0-127a1a705169,""
eba04826-62a5-48bd-876f-9119667b1487,"",1,1,0,"image",4e16e743-265a-4bf2-9fd1-57ada0b28904,""
6 changes: 3 additions & 3 deletions testutil/ciao-down/cloudinit.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ runcmd:
- curl -X PUT -d "Downloading Go" 10.0.2.2:{{.HTTPServerPort}}
- echo "GOPATH={{.GoPath}}" >> /etc/environment
- echo "PATH=$PATH:/usr/local/go/bin:{{$.GoPath}}/bin" >> /etc/environment
- {{template "PROXIES" .}}wget https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz -O /tmp/go1.7.3.linux-amd64.tar.gz
- {{template "PROXIES" .}}wget https://storage.googleapis.com/golang/go1.7.4.linux-amd64.tar.gz -O /tmp/go1.7.4.linux-amd64.tar.gz
- {{template "CHECK" .}}
- curl -X PUT -d "Unpacking Go" 10.0.2.2:{{.HTTPServerPort}}
- tar -C /usr/local -xzf /tmp/go1.7.3.linux-amd64.tar.gz
- tar -C /usr/local -xzf /tmp/go1.7.4.linux-amd64.tar.gz
- {{template "CHECK" .}}
- rm /tmp/go1.7.3.linux-amd64.tar.gz
- rm /tmp/go1.7.4.linux-amd64.tar.gz
- groupadd docker
- sudo gpasswd -a {{.User}} docker
Expand Down
6 changes: 3 additions & 3 deletions testutil/singlevm/tables/workload_storage.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
79034317-3beb-447e-987d-4e310a8cf410,"",1,0,0,"image",73a86d7e-93c0-480e-9c41-ab42f69b7799,""
e35ed972-c46c-4aad-a1e7-ef103ae079a2,"",1,0,0,"image",df3768da-31f5-4ba6-82f0-127a1a705169,""
eba04826-62a5-48bd-876f-9119667b1487,"",1,0,0,"image",4e16e743-265a-4bf2-9fd1-57ada0b28904,""
79034317-3beb-447e-987d-4e310a8cf410,"",1,1,0,"image",73a86d7e-93c0-480e-9c41-ab42f69b7799,""
e35ed972-c46c-4aad-a1e7-ef103ae079a2,"",1,1,0,"image",df3768da-31f5-4ba6-82f0-127a1a705169,""
eba04826-62a5-48bd-876f-9119667b1487,"",1,1,0,"image",4e16e743-265a-4bf2-9fd1-57ada0b28904,""

0 comments on commit 0ffc205

Please sign in to comment.