Fix test_edge_advanced.sh island bridge positional arg and add cli/ to pytest path
Some checks failed
Coverage Phase 1 (70% Target) / test-coverage-70 (push) Has been cancelled
Coverage Phase 2 (85% Target) / test-coverage-85 (push) Has been cancelled
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Some checks failed
Coverage Phase 1 (70% Target) / test-coverage-70 (push) Has been cancelled
Coverage Phase 2 (85% Target) / test-coverage-85 (push) Has been cancelled
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
This commit is contained in:
@@ -75,7 +75,7 @@ log_info "Edge API URL: $EDGE_URL"
|
|||||||
# Island advanced operations
|
# Island advanced operations
|
||||||
run_test "Island leave" "aitbc edge island leave test_island_123" "true"
|
run_test "Island leave" "aitbc edge island leave test_island_123" "true"
|
||||||
|
|
||||||
run_test "Island bridge" "aitbc edge island bridge --source island_a --target island_b" "true"
|
run_test "Island bridge" "aitbc edge island bridge island_b" "true"
|
||||||
|
|
||||||
# GPU operations
|
# GPU operations
|
||||||
run_test "GPU list" "aitbc edge gpu list-gpus" "true"
|
run_test "GPU list" "aitbc edge gpu list-gpus" "true"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ from pathlib import Path
|
|||||||
# Configure Python path for test discovery
|
# Configure Python path for test discovery
|
||||||
project_root = Path(__file__).parent.parent
|
project_root = Path(__file__).parent.parent
|
||||||
sys.path.insert(0, str(project_root))
|
sys.path.insert(0, str(project_root))
|
||||||
|
sys.path.insert(0, str(project_root / "cli"))
|
||||||
|
|
||||||
# Import fixtures from dedicated fixture files
|
# Import fixtures from dedicated fixture files
|
||||||
# Common fixtures (environment setup, data generators)
|
# Common fixtures (environment setup, data generators)
|
||||||
|
|||||||
Reference in New Issue
Block a user