andreaturli
|
c263c7b126
|
issue 384: modify SshDaemonIsRunning<IMachine> in SshAvailable<String> to address jclouds's comment
|
2011-12-01 22:13:43 +00:00 |
andreaturli
|
c86e771a9c
|
issue 384: change CheckSshDaemonIsRunning in SshDaemonIsRunning to address jclouds's comment
|
2011-12-01 21:11:17 +00:00 |
Andrea Turli
|
ef957f6030
|
issue 384: add CheckSshDaemonRunning + LiveTest
|
2011-12-01 17:20:02 +00:00 |
Mattias Holmqvist
|
13f1a68b67
|
Removed settingsFile until properly supported. Added live tests for AttachDistroMediumToMachine.
|
2011-11-30 10:28:44 +01:00 |
Mattias Holmqvist
|
be1847ce9b
|
.indexOf() -> .contains()
|
2011-11-30 10:28:44 +01:00 |
Mattias Holmqvist
|
e885fabcad
|
Added live test for CreateMediumIfNotAlreadyExists.
|
2011-11-30 10:28:44 +01:00 |
Mattias Holmqvist
|
caff96fbb0
|
Added fail()
|
2011-11-30 10:28:44 +01:00 |
Mattias Holmqvist
|
b36b304dce
|
Live test for CreateAndRegisterMachineFromIsoIfNotAlreadyExists.
|
2011-11-30 10:28:44 +01:00 |
Mattias Holmqvist
|
3921f86ae6
|
.indexOf() -> .contains()
|
2011-11-30 10:28:44 +01:00 |
Mattias Holmqvist
|
79c32c22e2
|
.indexOf() -> .contains()
|
2011-11-30 10:28:44 +01:00 |
Mattias Holmqvist
|
16144a3a48
|
Removed broken dependency in pom.xml so that -Plive can be run from Maven.
|
2011-11-28 18:52:47 +01:00 |
Mattias Holmqvist
|
ebe75e3ff2
|
Added RedirectRule to wrap parameters for AttachNATRedirectRuleToMachine.
|
2011-11-27 14:26:36 +01:00 |
Mattias Holmqvist
|
a006d63b44
|
.contains() instead of .indexOf()
|
2011-11-27 14:26:10 +01:00 |
Mattias Holmqvist
|
66a42c372c
|
Argument name
|
2011-11-27 14:25:44 +01:00 |
Mattias Holmqvist
|
d06394514f
|
Renamed DetachDistroMediumFromMachine and inject port and device instead of hard-coding.
|
2011-11-27 13:12:23 +01:00 |
Mattias Holmqvist
|
40e603d7e0
|
Moved MachineUtils to util package
|
2011-11-27 13:02:03 +01:00 |
Mattias Holmqvist
|
65e0b937ae
|
Cleanup and improved readability for CloneAndRegisterMachineFromIMachineIfNotAlreadyExists.
|
2011-11-27 02:17:47 +01:00 |
Mattias Holmqvist
|
4effcc39ad
|
Some cleanup of RetrieveActiveBridgedInterfaces and added copyright.
|
2011-11-27 02:11:23 +01:00 |
andreaturli
|
3de92bd292
|
issue 384: added DetachDistroMedium and RetrieveBridgedInterface + Test
|
2011-11-25 22:45:25 +00:00 |
andreaturli
|
4214382b8d
|
issue 384: added DetachDistroMedium and RetrieveBridgedInterface + Test
|
2011-11-25 22:41:20 +00:00 |
Andrea Turli
|
536b8ff790
|
issue 384: added CloneAndRegisterMachineFromIsoIfNotAlreadyExists + LiveTest
|
2011-11-25 17:02:05 +00:00 |
Mattias Holmqvist
|
1aad827aaa
|
Extracted utility functions from IsoToIMachine.
|
2011-11-25 07:13:25 +01:00 |
Mattias Holmqvist
|
46301c800e
|
Fixed assertion from equals to compare on Id.
|
2011-11-24 23:17:41 +01:00 |
Mattias Holmqvist
|
e6c13a4f32
|
Fixed broken test
|
2011-11-24 22:40:18 +01:00 |
Mattias Holmqvist
|
57cef512cb
|
Added check for web server in IsoToIMachine.
|
2011-11-24 21:55:59 +01:00 |
Mattias Holmqvist
|
e6200d6374
|
Formatting
|
2011-11-24 21:53:47 +01:00 |
Mattias Holmqvist
|
9deaa23502
|
Unnecessary call to super().
|
2011-11-24 07:43:02 +01:00 |
Mattias Holmqvist
|
0d6fd403bc
|
Formatting
|
2011-11-23 07:33:56 +01:00 |
Mattias Holmqvist
|
1d5472d082
|
Cleanup IsoToIMachine
|
2011-11-23 07:33:38 +01:00 |
Mattias Holmqvist
|
860f7ad831
|
Renamed GetIPAddressFromMAC to correct spelling
|
2011-11-22 17:56:55 +01:00 |
Mattias Holmqvist
|
20868e7072
|
Cleanup AttachMediumToMachineIfNotAlreadyAttached.
|
2011-11-22 17:46:30 +01:00 |
Adrian Cole
|
4a5af1e7a5
|
Issue 441: added new type: LoginCredentials, and (jclouds|provider).image.(login-user|authenticate-sudo) context properties
|
2011-11-21 11:00:12 +02:00 |
Andrea Turli
|
025948ae76
|
issue 384: improved log messages in TakeSnapshotIfNotAlreadyAttached
|
2011-11-16 15:44:54 +00:00 |
andreaturli
|
c1e01901d6
|
issue 384: improved try/catch behaviour in TakeSnapshotIfNotAlreadyAttached
|
2011-11-15 19:52:28 +00:00 |
Andrea Turli
|
6726b04645
|
issue 384: TakeSnapshotIfNotAlreadyAttached and Test added as preparation step for IMachineToIpAddress feature
|
2011-11-15 16:18:43 +00:00 |
Andrea Turli
|
b396a80a84
|
issue 384: AttachBridgedAdapterToMachine + Test
|
2011-11-15 11:01:59 +00:00 |
Adrian Cole
|
4329129c25
|
Issue 750:property to set the image id for the default template
|
2011-11-14 19:25:46 +02:00 |
Adrian Cole
|
69467b04e3
|
Issue 752:move off deprecated systemProperties to systemPropertyVariables in surefire
|
2011-11-14 19:25:45 +02:00 |
Adrian Cole
|
f3a31beb69
|
added missing classes from pull
|
2011-11-14 19:25:44 +02:00 |
Adrian Cole
|
6aafbd98eb
|
Merge pull request #137 from andreaturli/master
issue 384: added GetIPAdressFromMAC and ScanNetworkWithPing statements
|
2011-11-11 09:55:36 -08:00 |
Adrian Cole
|
c08a7884bd
|
Issue 750:property to set the image id for the default template
|
2011-11-11 19:48:28 +02:00 |
Andrea Turli
|
7748d915f1
|
issue 384: added 2 statements: GetIPAdressFromMAC and ScanNetworkWithPing + Tests, as initial steps to refactor a IMachineToIpAddress function
|
2011-11-11 16:37:22 +00:00 |
Andrew Phillips
|
1eee90261e
|
Upgraded vboxjws 4.1.2r73507 -> 4.1.4, and removed temporary repo since 4.1.4 is available from Maven Central
|
2011-11-10 13:47:11 -05:00 |
Mattias Holmqvist
|
45bf2b4248
|
Changed IsoToIMachine to run in headless mode.
|
2011-10-30 00:02:11 +02:00 |
Mattias Holmqvist
|
8cdcfff261
|
Added UnregisterMachineIfExists function to cleanup image machines before running IsoToIMachineLiveTest
|
2011-10-29 22:54:51 +02:00 |
Mattias Holmqvist
|
3404850aba
|
Small fix for running live tests from clean slate. Still stuff to do to get it running more than once...
|
2011-10-29 22:54:51 +02:00 |
Adrian Cole
|
c889077f50
|
cleaning up virtualbox constructors, etc
|
2011-10-29 12:30:24 +02:00 |
Adrian Cole
|
ca723ed909
|
ensure integration tests only run one at a time, so that troubleshooting is easier
|
2011-10-29 12:30:03 +02:00 |
Adrian Cole
|
fe4a971d55
|
changed setup function tests to be mocks so they don't conflict with test fixture setup
|
2011-10-29 12:29:16 +02:00 |
Adrian Cole
|
00c47eeab2
|
removed tests that are too confusing to troubleshoot at this stage of development
|
2011-10-29 12:28:02 +02:00 |