]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9802 add section "CE Logging" to standalone mode of api/system/info
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 25 Sep 2017 20:45:22 +0000 (22:45 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 26 Sep 2017 21:49:39 +0000 (23:49 +0200)
tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java

index c3d7a888f4758a86367dbe599435bd6f5371887b..960946d0632562749a9a32971df5805b18ab5e83 100644 (file)
@@ -61,18 +61,19 @@ public class SystemInfoTest {
       .shouldNotHaveSection("Statistics")
       .shouldHaveField("Official Distribution")
       .shouldHaveField("Version")
-      .shouldHaveField("Logs Level")
       .shouldHaveField("High Availability")
       .shouldNotHaveField("Health")
       .shouldNotHaveField("Health Causes");
 
     page.getCardItem("Web")
       .shouldHaveSection("Web JVM Properties")
+      .shouldHaveSection("Web Logging")
       .shouldHaveSection("Web JVM State");
 
     page.getCardItem("Compute Engine")
       .shouldHaveSection("Compute Engine Database Connection")
       .shouldHaveSection("Compute Engine JVM State")
+      .shouldHaveSection("Compute Engine Logging")
       .shouldHaveSection("Compute Engine Tasks");
 
     page.getCardItem("Search")