[
https://issues.apache.org/jira/browse/CLOUDSTACK-9127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15054317#comment-15054317
]
ASF GitHub Bot commented on CLOUDSTACK-9127:
--------------------------------------------
Github user DaanHoogland commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1196#discussion_r47431643
--- Diff:
plugins/hypervisors/xenserver/test/com/cloud/hypervisor/xenserver/resource/CitrixHelperTest.java
---
@@ -0,0 +1,35 @@
+package com.cloud.hypervisor.xenserver.resource;
+
+import junit.framework.Assert;
+import org.junit.Test;
+
+import static org.junit.Assert.*;
--- End diff --
import * is not accepted per the style guidelines enforced by checkstyle.
please replace.
```
[INFO] Starting audit...
/Users/daan/cloudstack/cloudstack/plugins/hypervisors/xenserver/test/com/cloud/hypervisor/xenserver/resource/CitrixHelperTest.java:6:
Using the '.*' form of import should be avoided - org.junit.Assert.*.
Audit done.
```
hence
```
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 07:29 min
[INFO] Finished at: 2015-12-12T14:18:54+01:00
[INFO] Final Memory: 93M/788M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check
(cloudstack-checkstyle) on project cloud-plugin-hypervisor-xenserver: Failed
during checkstyle execution: There are 1 checkstyle errors. -> [Help 1]
```
> Missing PV-bootloader-args for "SUSE Linux Enterprise Server 10 SP2 and SP3"
> ----------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9127
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9127
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: sudharma jain
>
> STOP-START of SUSE Linux VMs fail, as PV-bootloader-args are missing during
> the start command.
> DESCRIPTION
> =======
> Repro steps
> 1. Upload Suse ISO
> 2. Create a VM with this ISO, and install it.
> 3. Detach ISO from the VM.
> 4. Reboot the VM, :>>>> This will work fine, as the pv-bootloader-args are
> not missing during reboot.
> 5.Stop the VM from CCP(VM will get destroyed in Xencenter)
> 6. Start the same VM from CCP , it will try to start but will fail with below
> error
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)