Skip to content

Commit

Permalink
Issue #37: Removed enterprise connectors from IT
Browse files Browse the repository at this point in the history
* Removed extra whitespace.
  • Loading branch information
NassimBtk committed May 22, 2024
1 parent 4278622 commit 03ed774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/metricshub-connectors/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ assert htmlText.indexOf("Metrics") > -1 : "MIB2NT: The Metrics section must be l
// WBEMGenNetwork
htmlText = new File(basedir, "target/site/connectors/wbemgennetwork.html").text
assert htmlText.indexOf("This connector is superseded by") > - 1 : "WBEMGenNetwork: Page must indicate this connector is superseded by another one"
assert htmlText.indexOf('href="mib2nt.html"') > -1 : "WBEMGenNetwork: Path to superseding connector page must be present"
assert htmlText.indexOf('href="mib2nt.html"') > -1 : "WBEMGenNetwork: Path to superseding connector page must be present"
assert htmlText.indexOf("wmi:") > -1 : "WBEMGenNetwork: Example must list wmi"
assert htmlText =~ /metricshub.*-c \+WBEMGenNetwork.*--wmi/ : "WBEMGetNetwork: CLI must specify WBEMGenNetwork and --wmi"

Expand Down

0 comments on commit 03ed774

Please sign in to comment.