test_e2e_pipeline
ipw.tests.integration.test_e2e_pipeline
¶
Tier 3 end-to-end integration tests for the full profiling pipeline.
These tests run the full pipeline including: - Energy monitor subprocess - gRPC telemetry stream - Inference client (Ollama or vLLM) - Dataset iteration - Profiling record construction - Analysis and export
They require a running inference server and energy monitor binary.
test_profile_pipeline_ollama()
¶
Placeholder: full profile run with Ollama backend.
test_agentic_run_pipeline()
¶
Placeholder: full agentic run with agent + dataset + telemetry.
test_export_roundtrip()
¶
Placeholder: export JSONL + HF dataset, reload and verify.
test_analysis_from_run()
¶
Placeholder: run analysis (accuracy, regression) on profiling output.