mirror of https://github.com/apache/jclouds.git
update resource-based drive <-> map tests
This commit is contained in:
parent
7e0244edae
commit
5ef0d04448
|
@ -72,6 +72,7 @@ public class BindDriveDataToPlainTextStringTest {
|
||||||
//
|
//
|
||||||
.size(8589934592l)//
|
.size(8589934592l)//
|
||||||
.claimType(ClaimType.SHARED)//
|
.claimType(ClaimType.SHARED)//
|
||||||
|
.tags(ImmutableSet.of("foo", "bar", "baz"))//
|
||||||
.readers(ImmutableSet.of("ffffffff-ffff-ffff-ffff-ffffffffffff"))//
|
.readers(ImmutableSet.of("ffffffff-ffff-ffff-ffff-ffffffffffff"))//
|
||||||
.use(ImmutableSet.of("tag1", "tag2"))//
|
.use(ImmutableSet.of("tag1", "tag2"))//
|
||||||
.build();
|
.build();
|
||||||
|
|
|
@ -54,6 +54,7 @@ public class MapToDriveInfoTest {
|
||||||
.encryptionCipher("aes-xts-plain")
|
.encryptionCipher("aes-xts-plain")
|
||||||
.encryptionKey("ba6c2a4897072e9f25920ed73bd522e9c10d89f30a215158cccf8d0f654ac643")
|
.encryptionKey("ba6c2a4897072e9f25920ed73bd522e9c10d89f30a215158cccf8d0f654ac643")
|
||||||
.description("The Ubuntu Linux distribution brings the spirit of Ubuntu to the software world.")
|
.description("The Ubuntu Linux distribution brings the spirit of Ubuntu to the software world.")
|
||||||
|
.tags(ImmutableSet.of("foo", "bar", "baz"))
|
||||||
.uuid("b8171d28-755a-4271-b891-7998871a160e")
|
.uuid("b8171d28-755a-4271-b891-7998871a160e")
|
||||||
.installNotes("first line\n\n")
|
.installNotes("first line\n\n")
|
||||||
.os("linux")
|
.os("linux")
|
||||||
|
|
|
@ -16,6 +16,7 @@ claim:type shared
|
||||||
claimed 00109617-2c6b-424b-9cfa-5b572c17bafe:guest:692cd1c7-a863-4a22-8170-fc6e6feb68af:ide:0:0 00031836-a624-4b22-bc7d-41ff8977087b:guest:a1414360-7c24-4730-8c97-180bf7775a71:ide:0:0 0002c6df-a1d2-4d1d-96f0-f95405a28183:guest:386f1cc7-affc-49c1-82a5-2f8e412170e4:ide:0:0 00031836-a624-4b22-bc7d-41ff8977087b:guest:17b076be-430d-4a76-9df3-b9896fec82a5:ide:0:0 000663ee-9fb6-4461-90f6-01327a4aff07:guest:f83b519f-feab-42cf-859c-f61495681ada:ide:0:1
|
claimed 00109617-2c6b-424b-9cfa-5b572c17bafe:guest:692cd1c7-a863-4a22-8170-fc6e6feb68af:ide:0:0 00031836-a624-4b22-bc7d-41ff8977087b:guest:a1414360-7c24-4730-8c97-180bf7775a71:ide:0:0 0002c6df-a1d2-4d1d-96f0-f95405a28183:guest:386f1cc7-affc-49c1-82a5-2f8e412170e4:ide:0:0 00031836-a624-4b22-bc7d-41ff8977087b:guest:17b076be-430d-4a76-9df3-b9896fec82a5:ide:0:0 000663ee-9fb6-4461-90f6-01327a4aff07:guest:f83b519f-feab-42cf-859c-f61495681ada:ide:0:1
|
||||||
drive_type installcd,livecd
|
drive_type installcd,livecd
|
||||||
autoexpanding false
|
autoexpanding false
|
||||||
|
tags foo bar baz
|
||||||
readers ffffffff-ffff-ffff-ffff-ffffffffffff
|
readers ffffffff-ffff-ffff-ffff-ffffffffffff
|
||||||
read:requests 1
|
read:requests 1
|
||||||
free true
|
free true
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
name Ubuntu 10.10 Server Edition Linux 64bit Preinstalled System
|
name Ubuntu 10.10 Server Edition Linux 64bit Preinstalled System
|
||||||
size 8589934592
|
size 8589934592
|
||||||
claim:type shared
|
claim:type shared
|
||||||
|
tags foo bar baz
|
||||||
readers ffffffff-ffff-ffff-ffff-ffffffffffff
|
readers ffffffff-ffff-ffff-ffff-ffffffffffff
|
||||||
use tag1 tag2
|
use tag1 tag2
|
Loading…
Reference in New Issue