From 640ff61422bc0ee3966941b93d9889ddbbd38d77 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 30 Jul 2026 18:17:14 -0600 Subject: more files --- sql/schema/orchestration.testdata | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/schema/orchestration.testdata (limited to 'sql/schema/orchestration.testdata') diff --git a/sql/schema/orchestration.testdata b/sql/schema/orchestration.testdata new file mode 100644 index 0000000..74ade22 --- /dev/null +++ b/sql/schema/orchestration.testdata @@ -0,0 +1,4 @@ +use faredge; +insert into orchestration_centraltoremotemap(central_region_name, remote_region_name) values ("fd00:4888:2000:07f7::290", "fd00:4888:2000:120c::290"); +insert into orchestration_centraltoremotemap(central_region_name, remote_region_name) values ("fd00:4888:2000:07f7::290", "fd00:4888:2000:120e::290"); +insert into orchestration_centraltoremotemap(central_region_name, remote_region_name) values ("fd00:4888:2000:07fd::290", "fd00:4888:2000:120a::a"); \ No newline at end of file -- cgit v1.3