Loading src/tests/eucnc24/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ end2end_test eucnc24: # Deploy TeraFlowSDN - ./deploy/crdb.sh - ./deploy/nats.sh - ./deploy/qdb.sh #- ./deploy/qdb.sh #- ./deploy/kafka.sh - ./deploy/tfs.sh - ./deploy/show.sh Loading @@ -112,7 +112,7 @@ end2end_test eucnc24: - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/pathcompservice -c frontend - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/serviceservice -c server - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/nbiservice -c server - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/monitoringservice -c server #- kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/monitoringservice -c server # Dump test container logs - docker logs ${TEST_NAME} || true Loading src/tests/eucnc24/deploy_specs.sh +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/" export TFS_COMPONENTS="context device pathcomp service nbi" # Uncomment to activate Monitoring (old) export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring" #export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring" # Uncomment to activate Monitoring Framework (new) #export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api telemetry analytics automation" Loading Loading
src/tests/eucnc24/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ end2end_test eucnc24: # Deploy TeraFlowSDN - ./deploy/crdb.sh - ./deploy/nats.sh - ./deploy/qdb.sh #- ./deploy/qdb.sh #- ./deploy/kafka.sh - ./deploy/tfs.sh - ./deploy/show.sh Loading @@ -112,7 +112,7 @@ end2end_test eucnc24: - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/pathcompservice -c frontend - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/serviceservice -c server - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/nbiservice -c server - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/monitoringservice -c server #- kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/monitoringservice -c server # Dump test container logs - docker logs ${TEST_NAME} || true Loading
src/tests/eucnc24/deploy_specs.sh +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/" export TFS_COMPONENTS="context device pathcomp service nbi" # Uncomment to activate Monitoring (old) export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring" #export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring" # Uncomment to activate Monitoring Framework (new) #export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api telemetry analytics automation" Loading