diff --git a/api/test/com/cloud/agent/api/AgentControlAnswerTest.java b/api/test/src/com/cloud/agent/api/test/AgentControlAnswerTest.java similarity index 96% rename from api/test/com/cloud/agent/api/AgentControlAnswerTest.java rename to api/test/src/com/cloud/agent/api/test/AgentControlAnswerTest.java index 7bfd7767176..55074093a29 100644 --- a/api/test/com/cloud/agent/api/AgentControlAnswerTest.java +++ b/api/test/src/com/cloud/agent/api/test/AgentControlAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import static org.junit.Assert.*; diff --git a/api/test/com/cloud/agent/api/AgentControlCommandTest.java b/api/test/src/com/cloud/agent/api/test/AgentControlCommandTest.java similarity index 96% rename from api/test/com/cloud/agent/api/AgentControlCommandTest.java rename to api/test/src/com/cloud/agent/api/test/AgentControlCommandTest.java index 12ea0d672d7..358a607e034 100644 --- a/api/test/com/cloud/agent/api/AgentControlCommandTest.java +++ b/api/test/src/com/cloud/agent/api/test/AgentControlCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import static org.junit.Assert.*; diff --git a/api/test/com/cloud/agent/api/AnswerTest.java b/api/test/src/com/cloud/agent/api/test/AnswerTest.java similarity index 98% rename from api/test/com/cloud/agent/api/AnswerTest.java rename to api/test/src/com/cloud/agent/api/test/AnswerTest.java index c53c84adf4f..3d716c3bcb3 100644 --- a/api/test/com/cloud/agent/api/AnswerTest.java +++ b/api/test/src/com/cloud/agent/api/test/AnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import static org.junit.Assert.*; diff --git a/api/test/com/cloud/agent/api/AttachIsoCommandTest.java b/api/test/src/com/cloud/agent/api/test/AttachIsoCommandTest.java similarity index 98% rename from api/test/com/cloud/agent/api/AttachIsoCommandTest.java rename to api/test/src/com/cloud/agent/api/test/AttachIsoCommandTest.java index 42df9dbbe29..c9d71b0d5a3 100644 --- a/api/test/com/cloud/agent/api/AttachIsoCommandTest.java +++ b/api/test/src/com/cloud/agent/api/test/AttachIsoCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import static org.junit.Assert.*; import org.junit.Test; diff --git a/api/test/com/cloud/agent/api/AttachVolumeAnswerTest.java b/api/test/src/com/cloud/agent/api/test/AttachVolumeAnswerTest.java similarity index 98% rename from api/test/com/cloud/agent/api/AttachVolumeAnswerTest.java rename to api/test/src/com/cloud/agent/api/test/AttachVolumeAnswerTest.java index 886995e6bb9..ed27ed149c5 100644 --- a/api/test/com/cloud/agent/api/AttachVolumeAnswerTest.java +++ b/api/test/src/com/cloud/agent/api/test/AttachVolumeAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import com.cloud.storage.Storage.StoragePoolType; diff --git a/api/test/com/cloud/agent/api/AttachVolumeCommandTest.java b/api/test/src/com/cloud/agent/api/test/AttachVolumeCommandTest.java similarity index 98% rename from api/test/com/cloud/agent/api/AttachVolumeCommandTest.java rename to api/test/src/com/cloud/agent/api/test/AttachVolumeCommandTest.java index 24e1a515e8e..4a093714b8e 100644 --- a/api/test/com/cloud/agent/api/AttachVolumeCommandTest.java +++ b/api/test/src/com/cloud/agent/api/test/AttachVolumeCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.storage.Storage.StoragePoolType; import static org.junit.Assert.*; diff --git a/api/test/com/cloud/agent/api/BackupSnapshotAnswerTest.java b/api/test/src/com/cloud/agent/api/test/BackupSnapshotAnswerTest.java similarity index 97% rename from api/test/com/cloud/agent/api/BackupSnapshotAnswerTest.java rename to api/test/src/com/cloud/agent/api/test/BackupSnapshotAnswerTest.java index 6c6929f6898..f03410a400a 100644 --- a/api/test/com/cloud/agent/api/BackupSnapshotAnswerTest.java +++ b/api/test/src/com/cloud/agent/api/test/BackupSnapshotAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import static org.junit.Assert.*; diff --git a/api/test/com/cloud/agent/api/BackupSnapshotCommandTest.java b/api/test/src/com/cloud/agent/api/test/BackupSnapshotCommandTest.java similarity index 99% rename from api/test/com/cloud/agent/api/BackupSnapshotCommandTest.java rename to api/test/src/com/cloud/agent/api/test/BackupSnapshotCommandTest.java index 28e8c0abc68..c84e24b3b4d 100644 --- a/api/test/com/cloud/agent/api/BackupSnapshotCommandTest.java +++ b/api/test/src/com/cloud/agent/api/test/BackupSnapshotCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import static org.junit.Assert.*; diff --git a/api/test/com/cloud/agent/api/BumpUpPriorityCommandTest.java b/api/test/src/com/cloud/agent/api/test/BumpUpPriorityCommandTest.java similarity index 98% rename from api/test/com/cloud/agent/api/BumpUpPriorityCommandTest.java rename to api/test/src/com/cloud/agent/api/test/BumpUpPriorityCommandTest.java index f111ced3c0d..df317307854 100644 --- a/api/test/com/cloud/agent/api/BumpUpPriorityCommandTest.java +++ b/api/test/src/com/cloud/agent/api/test/BumpUpPriorityCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import com.cloud.agent.api.routing.*; diff --git a/api/test/com/cloud/agent/api/CancelCommandTest.java b/api/test/src/com/cloud/agent/api/test/CancelCommandTest.java similarity index 97% rename from api/test/com/cloud/agent/api/CancelCommandTest.java rename to api/test/src/com/cloud/agent/api/test/CancelCommandTest.java index 9ea84520cb2..f6624ac8ff4 100644 --- a/api/test/com/cloud/agent/api/CancelCommandTest.java +++ b/api/test/src/com/cloud/agent/api/test/CancelCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import static org.junit.Assert.*; diff --git a/api/test/com/cloud/agent/api/ChangeAgentAnswerTest.java b/api/test/src/com/cloud/agent/api/test/ChangeAgentAnswerTest.java similarity index 97% rename from api/test/com/cloud/agent/api/ChangeAgentAnswerTest.java rename to api/test/src/com/cloud/agent/api/test/ChangeAgentAnswerTest.java index f915e19d4b8..ab936482c9f 100644 --- a/api/test/com/cloud/agent/api/ChangeAgentAnswerTest.java +++ b/api/test/src/com/cloud/agent/api/test/ChangeAgentAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import com.cloud.host.Status.Event; diff --git a/api/test/com/cloud/agent/api/ChangeAgentCommandTest.java b/api/test/src/com/cloud/agent/api/test/ChangeAgentCommandTest.java similarity index 97% rename from api/test/com/cloud/agent/api/ChangeAgentCommandTest.java rename to api/test/src/com/cloud/agent/api/test/ChangeAgentCommandTest.java index 43b68b190f7..54184ca5792 100644 --- a/api/test/com/cloud/agent/api/ChangeAgentCommandTest.java +++ b/api/test/src/com/cloud/agent/api/test/ChangeAgentCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import com.cloud.host.Status.Event; diff --git a/api/test/com/cloud/agent/api/CheckHealthAnswerTest.java b/api/test/src/com/cloud/agent/api/test/CheckHealthAnswerTest.java similarity index 97% rename from api/test/com/cloud/agent/api/CheckHealthAnswerTest.java rename to api/test/src/com/cloud/agent/api/test/CheckHealthAnswerTest.java index 30f817be1d0..283ba3c0ad3 100644 --- a/api/test/com/cloud/agent/api/CheckHealthAnswerTest.java +++ b/api/test/src/com/cloud/agent/api/test/CheckHealthAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import static org.junit.Assert.*; diff --git a/api/test/com/cloud/agent/api/CheckHealthCommandTest.java b/api/test/src/com/cloud/agent/api/test/CheckHealthCommandTest.java similarity index 96% rename from api/test/com/cloud/agent/api/CheckHealthCommandTest.java rename to api/test/src/com/cloud/agent/api/test/CheckHealthCommandTest.java index 428ec924e7e..04e310defaf 100644 --- a/api/test/com/cloud/agent/api/CheckHealthCommandTest.java +++ b/api/test/src/com/cloud/agent/api/test/CheckHealthCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import static org.junit.Assert.*; diff --git a/api/test/com/cloud/agent/api/CheckNetworkAnswerTest.java b/api/test/src/com/cloud/agent/api/test/CheckNetworkAnswerTest.java similarity index 97% rename from api/test/com/cloud/agent/api/CheckNetworkAnswerTest.java rename to api/test/src/com/cloud/agent/api/test/CheckNetworkAnswerTest.java index 6484214c369..53d44358197 100644 --- a/api/test/com/cloud/agent/api/CheckNetworkAnswerTest.java +++ b/api/test/src/com/cloud/agent/api/test/CheckNetworkAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import com.cloud.host.Status.Event; diff --git a/api/test/com/cloud/agent/api/CheckNetworkCommandTest.java b/api/test/src/com/cloud/agent/api/test/CheckNetworkCommandTest.java similarity index 97% rename from api/test/com/cloud/agent/api/CheckNetworkCommandTest.java rename to api/test/src/com/cloud/agent/api/test/CheckNetworkCommandTest.java index f25874cd826..c1bdd29ad18 100644 --- a/api/test/com/cloud/agent/api/CheckNetworkCommandTest.java +++ b/api/test/src/com/cloud/agent/api/test/CheckNetworkCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import java.util.List; import com.cloud.agent.api.*; diff --git a/api/test/com/cloud/agent/api/CheckOnHostCommandTest.java b/api/test/src/com/cloud/agent/api/test/CheckOnHostCommandTest.java similarity index 99% rename from api/test/com/cloud/agent/api/CheckOnHostCommandTest.java rename to api/test/src/com/cloud/agent/api/test/CheckOnHostCommandTest.java index 1fae8024295..3b6e01c9bc8 100644 --- a/api/test/com/cloud/agent/api/CheckOnHostCommandTest.java +++ b/api/test/src/com/cloud/agent/api/test/CheckOnHostCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import java.util.List; import java.util.Date; diff --git a/api/test/com/cloud/agent/api/SnapshotCommandTest.java b/api/test/src/com/cloud/agent/api/test/SnapshotCommandTest.java similarity index 98% rename from api/test/com/cloud/agent/api/SnapshotCommandTest.java rename to api/test/src/com/cloud/agent/api/test/SnapshotCommandTest.java index 5bb412edfa9..005e0a05613 100644 --- a/api/test/com/cloud/agent/api/SnapshotCommandTest.java +++ b/api/test/src/com/cloud/agent/api/test/SnapshotCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package src.com.cloud.agent.api.test; import com.cloud.agent.api.*; import static org.junit.Assert.*; diff --git a/api/test/com/cloud/api/commands/ActivateProjectCmdTest.java b/api/test/src/com/cloud/api/commands/test/ActivateProjectCmdTest.java similarity index 98% rename from api/test/com/cloud/api/commands/ActivateProjectCmdTest.java rename to api/test/src/com/cloud/api/commands/test/ActivateProjectCmdTest.java index 9957851a7d5..1b08a6ef137 100644 --- a/api/test/com/cloud/api/commands/ActivateProjectCmdTest.java +++ b/api/test/src/com/cloud/api/commands/test/ActivateProjectCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.api.commands; +package src.com.cloud.api.commands.test; import junit.framework.Assert; import junit.framework.TestCase; diff --git a/api/test/com/cloud/api/commands/AddAccountToProjectCmdTest.java b/api/test/src/com/cloud/api/commands/test/AddAccountToProjectCmdTest.java similarity index 99% rename from api/test/com/cloud/api/commands/AddAccountToProjectCmdTest.java rename to api/test/src/com/cloud/api/commands/test/AddAccountToProjectCmdTest.java index 152a08943f7..9b28327f053 100644 --- a/api/test/com/cloud/api/commands/AddAccountToProjectCmdTest.java +++ b/api/test/src/com/cloud/api/commands/test/AddAccountToProjectCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.api.commands; +package src.com.cloud.api.commands.test; import junit.framework.Assert; import junit.framework.TestCase; diff --git a/api/test/com/cloud/api/commands/AddClusterCmdTest.java b/api/test/src/com/cloud/api/commands/test/AddClusterCmdTest.java similarity index 98% rename from api/test/com/cloud/api/commands/AddClusterCmdTest.java rename to api/test/src/com/cloud/api/commands/test/AddClusterCmdTest.java index bba1b3ade8b..a5afbd50139 100644 --- a/api/test/com/cloud/api/commands/AddClusterCmdTest.java +++ b/api/test/src/com/cloud/api/commands/test/AddClusterCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.api.commands; +package src.com.cloud.api.commands.test; import junit.framework.Assert; import junit.framework.TestCase; diff --git a/api/test/com/cloud/api/commands/AddHostCmdTest.java b/api/test/src/com/cloud/api/commands/test/AddHostCmdTest.java similarity index 99% rename from api/test/com/cloud/api/commands/AddHostCmdTest.java rename to api/test/src/com/cloud/api/commands/test/AddHostCmdTest.java index 85cac0cce01..cd8056c957b 100644 --- a/api/test/com/cloud/api/commands/AddHostCmdTest.java +++ b/api/test/src/com/cloud/api/commands/test/AddHostCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.api.commands; +package src.com.cloud.api.commands.test; import java.util.ArrayList; import java.util.Date; diff --git a/api/test/com/cloud/api/commands/AddNetworkServiceProviderCmdTest.java b/api/test/src/com/cloud/api/commands/test/AddNetworkServiceProviderCmdTest.java similarity index 98% rename from api/test/com/cloud/api/commands/AddNetworkServiceProviderCmdTest.java rename to api/test/src/com/cloud/api/commands/test/AddNetworkServiceProviderCmdTest.java index 387680d96e5..ab8e8484ca7 100644 --- a/api/test/com/cloud/api/commands/AddNetworkServiceProviderCmdTest.java +++ b/api/test/src/com/cloud/api/commands/test/AddNetworkServiceProviderCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.api.commands; +package src.com.cloud.api.commands.test; import java.util.ArrayList; import java.util.List; diff --git a/api/test/com/cloud/api/commands/AddSecondaryStorageCmdTest.java b/api/test/src/com/cloud/api/commands/test/AddSecondaryStorageCmdTest.java similarity index 98% rename from api/test/com/cloud/api/commands/AddSecondaryStorageCmdTest.java rename to api/test/src/com/cloud/api/commands/test/AddSecondaryStorageCmdTest.java index c20415cd611..59f8367c080 100644 --- a/api/test/com/cloud/api/commands/AddSecondaryStorageCmdTest.java +++ b/api/test/src/com/cloud/api/commands/test/AddSecondaryStorageCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.api.commands; +package src.com.cloud.api.commands.test; import junit.framework.Assert; import junit.framework.TestCase; diff --git a/api/test/com/cloud/api/commands/AddSwiftCmdTest.java b/api/test/src/com/cloud/api/commands/test/AddSwiftCmdTest.java similarity index 98% rename from api/test/com/cloud/api/commands/AddSwiftCmdTest.java rename to api/test/src/com/cloud/api/commands/test/AddSwiftCmdTest.java index 0402135cf06..3624c4b657f 100644 --- a/api/test/com/cloud/api/commands/AddSwiftCmdTest.java +++ b/api/test/src/com/cloud/api/commands/test/AddSwiftCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.api.commands; +package src.com.cloud.api.commands.test; import org.junit.Before; import org.junit.Rule; diff --git a/api/test/com/cloud/api/commands/AddVpnUserCmdTest.java b/api/test/src/com/cloud/api/commands/test/AddVpnUserCmdTest.java similarity index 98% rename from api/test/com/cloud/api/commands/AddVpnUserCmdTest.java rename to api/test/src/com/cloud/api/commands/test/AddVpnUserCmdTest.java index 3e2b94adbc6..e8f2b01600a 100644 --- a/api/test/com/cloud/api/commands/AddVpnUserCmdTest.java +++ b/api/test/src/com/cloud/api/commands/test/AddVpnUserCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.api.commands; +package src.com.cloud.api.commands.test; import junit.framework.Assert; import junit.framework.TestCase;