here's the live tests result
```
Results :
Failed tests:
SshKeyPairApiLiveTest.testImport:58 » IllegalArgument
{"RequestId":"4084B85E-D...
ECSComputeServiceLiveTest.testCorrectAuthException » Test
Method BaseComputeS...
ECSComputeServiceLiveTest>BaseComputeServiceLiveTest.testCreateAndRunAService:747
» NoSuchElement
ECSComputeServiceLiveTest>BaseComputeServiceLiveTest.testGet:553 »
NoSuchElement
ECSComputeServiceLiveTest>BaseComputeServiceLiveTest.testImageById:211
expected [{id=eu-central-1/centos_7_04_64_20G_alibase_20180419.vhd,
providerId=centos_7_04_64_20G_alibase_20180419.vhd,
name=centos_7_04_64_20G_alibase_20180419.vhd, location={scope=REGION,
id=eu-central-1, description=欧洲中部 1 (法兰克福), parent=alibaba-ecs},
os={family=centos, name=CentOS 7.4 64位, version=7.4, description=,
is64Bit=true}, description=, status=AVAILABLE, loginUser=root}] but found [null]
ECSComputeServiceLiveTest>BaseComputeServiceLiveTest.testListSizes:888->BaseComputeServiceLiveTest.checkVolumes:893
{id=ecs.sn1.medium, providerId=ecs.sn1.medium, name=ecs.sn1.medium,
processors=[{cores=2.0, speed=2.0}], ram=4096, hypervisor=none,
supportsImage=Predicates.alwaysTrue()}
ECSComputeServiceLiveTest>BaseComputeServiceLiveTest.testOptionToNotBlock:866
» RunNodes
ECSComputeServiceLiveTest>BaseComputeServiceLiveTest.testWeCanCancelTasks:282
» RunNodes
ECSComputeServiceLiveTest>BaseComputeServiceLiveTest.testAScriptExecutionAfterBootWithBasicTemplate:227
» RunNodes
ECSComputeServiceLiveTest>BaseComputeServiceLiveTest.testConcurrentUseOfComputeServiceToCreateNodes:498
» Execution
ECSComputeServiceLiveTest>BaseComputeServiceLiveTest.testCreateTwoNodesWithOneSpecifiedName:383
» RunNodes
ECSComputeServiceLiveTest>BaseComputeServiceLiveTest.testCreateAnotherNodeWithANewContextToEnsureSharedMemIsntRequired:435
» RunNodes
Tests run: 55, Failures: 12, Errors: 0, Skipped: 7
```
`SshKeyPairApiLiveTest` is a quite weird as by the doc it should work
I'll concentrate on `ECSComputeServiceLiveTest` failures of `{testGet,
testImageById, testListSizes}` as they should be fine.
`testCreateAndRunAService` fails because of jetty on centos7 issue
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/443#issuecomment-415086300