From 80e53fc0e5e8f2ca98811bd116eb9c5f996bebe8 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Tue, 7 Dec 2021 09:52:43 -0700 Subject: [PATCH] Clean up CI test files --- {hyperglass/examples => .tests}/devices.yaml | 2 +- {hyperglass/examples => .tests}/directives.yaml | 0 .tests/ga-backend-app.sh | 4 ++-- hyperglass/examples/hyperglass.yaml | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename {hyperglass/examples => .tests}/devices.yaml (89%) rename {hyperglass/examples => .tests}/directives.yaml (100%) delete mode 100644 hyperglass/examples/hyperglass.yaml diff --git a/hyperglass/examples/devices.yaml b/.tests/devices.yaml similarity index 89% rename from hyperglass/examples/devices.yaml rename to .tests/devices.yaml index 2b1c4ba..9f56bb0 100644 --- a/hyperglass/examples/devices.yaml +++ b/.tests/devices.yaml @@ -8,5 +8,5 @@ routers: password: test platform: juniper directives: - - '*' + - builtins: false - juniper_bgp_route diff --git a/hyperglass/examples/directives.yaml b/.tests/directives.yaml similarity index 100% rename from hyperglass/examples/directives.yaml rename to .tests/directives.yaml diff --git a/.tests/ga-backend-app.sh b/.tests/ga-backend-app.sh index 62f0434..977ccca 100755 --- a/.tests/ga-backend-app.sh +++ b/.tests/ga-backend-app.sh @@ -12,10 +12,10 @@ echo "[SUCCESS] Setup completed." sleep 2 echo "[INFO] Copying directives.yaml file..." -cp ./hyperglass/examples/directives.yaml $HOME/hyperglass/directives.yaml +cp ./directives.yaml $HOME/hyperglass/directives.yaml echo "[INFO] Copying devices.yaml file..." -cp ./hyperglass/examples/devices.yaml $HOME/hyperglass/devices.yaml +cp ./devices.yaml $HOME/hyperglass/devices.yaml echo "[INFO] Starting UI build." poetry run hyperglass build-ui &>$LOG_FILE diff --git a/hyperglass/examples/hyperglass.yaml b/hyperglass/examples/hyperglass.yaml deleted file mode 100644 index e69de29..0000000