Browse Source

Fixed accesspoints.yaml not being read

James 2 months ago
parent
commit
8d962b0d46
3 changed files with 7 additions and 0 deletions
  1. 1 0
      RackPeek/Program.cs
  2. 0 0
      RackPeek/accesspoints.yaml
  3. 6 0
      Tests/EndToEnd/AccessPointE2ETests.cs

+ 1 - 0
RackPeek/Program.cs

@@ -52,6 +52,7 @@ public static class Program
         var app = new CommandApp(registrar);
         
         CliBootstrap.BuildApp(app, services, configuration, [
+            "accesspoints.yaml",
             "servers.yaml",
             "desktops.yaml",
             "switches.yaml",

+ 0 - 0
RackPeek/aps.yaml → RackPeek/accesspoints.yaml


+ 6 - 0
Tests/EndToEnd/AccessPointE2ETests.cs

@@ -0,0 +1,6 @@
+namespace Tests.EndToEnd;
+
+public class AccessPointE2ETests
+{
+    
+}