Skip to content

Remove AS25596

Remove AS25596 #147

Workflow file for this run

---
name: Test peers.yaml
on:
push:
schedule:
# Saturday 04:30 UTC
- cron: "30 4 * * 6"
workflow_dispatch:
jobs:
test-peers-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ipaddr requests pyyaml
- name: Test peers.yaml
run: python ./tests/test_peering_relations.py