You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed all remaining CI/CD pipeline compilation errors:
1. tests/fixtures/placement_fixtures.go:
- Fixed eMBBVNFDeployment → EMBBVNFDeployment (capitalization)
- Function exists but was called with incorrect casing
2. adapters/vnf-operator/tests/e2e/monitoring_e2e_test.go:
- Fixed makeClusterRequest return type
- DoRaw() returns ([]byte, error) not (*http.Response, error)
3. adapters/vnf-operator/tests/monitoring/prometheus_deployment_test.go:
- Renamed TestServiceMonitorCreation → TestPrometheusServiceMonitorCreation
- Resolves duplicate test function name conflict
4. tn/agent/pkg/iperf_test.go:
- Fixed IperfManager field name: mutex → mu
- Also changed pointer to value type: sync.RWMutex{} not &sync.RWMutex{}
5. o2-client/pkg/o2dms/enhanced_client.go & o2ims/enhanced_client.go:
- Removed dependency on pkg/logging (separate module)
- Replaced logging.* calls with standard log.Println
- Ensures o2-client module independence
All CI/CD Pipeline errors now resolved.
Resolves: Docker Build, CodeQL, and CI/CD Pipeline workflow failures
0 commit comments