Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# netcli - NETCONF <> CLI Conversion System
[![REUSE Compliance Check](https://github.com/orchestron-orchestrator/netcli/actions/workflows/reuse-compliance.yml/badge.svg)](https://github.com/orchestron-orchestrator/netcli/actions/workflows/reuse-compliance.yml)
[![REUSE Compliance Check](https://github.com/stratoweave/netcli/actions/workflows/reuse-compliance.yml/badge.svg)](https://github.com/stratoweave/netcli/actions/workflows/reuse-compliance.yml)

netcli converts CLI configuration to NETCONF XML / RESTCONF JSON and vice versa. This is performed by round-tripping the configuration through virtual devices, like crpd (containerized JUNOS) or XRd (containerized IOS XR).

Expand Down
2 changes: 1 addition & 1 deletion test/common/clab.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT_DIR:=$(realpath $(dir $(lastword $(MAKEFILE_LIST)))/../../)
# Set this env var to empty string if you have local cRPD, XRd container images
export IMAGE_PATH?=registry.devops.telekom.de/containerlab/containerlab/
export IMAGE_PATH?=ghcr.io/stratoweave/

ifeq (true,$(REMOTE_CONTAINERS))
CLAB_BIN:=containerlab
Expand Down
2 changes: 0 additions & 2 deletions test/quicklab-xe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ ROUTERS_XR=
ROUTERS_CRPD=
ROUTERS_XE=xe1

# Image path for vrnetlab containers
IMAGE_PATH ?= ghcr.io/orchestron-orchestrator/
WAIT=240

# Include common makefiles first
Expand Down
Loading