Skip to content
Snippets Groups Projects
Commit a7fda7a1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Bug resolution in integration tester

parent 94050dbb
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -58,7 +58,7 @@ integration_test integration_tester:
- kubectl delete pod $(echo $IMAGE_NAME | sed -r 's/[^a-zA-Z0-9\.\-]/-/g') --wait=true --ignore-not-found=true
- kubectl get all
# --rm to remove tester when it finishes
- kubectl run $(echo $IMAGE_NAME | sed -r 's/[^a-zA-Z0-9\.\-]/-/g') --image "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG" --restart=Never -i --tty
- kubectl run $(echo $IMAGE_NAME | sed -r 's/[^a-zA-Z0-9\.\-]/-/g') --image "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG" --restart=Never -i
- kubectl get all
#when: manual
#allow_failure: false
......@@ -50,7 +50,7 @@ def test_get_topology_empty(context_client : ContextClient):
including_default_value_fields=True, preserving_proto_field_name=True,
use_integers_for_enums=False))
def test_add_devices(device_client : DeviceClient):
def test_add_devices(context_client : ContextClient, device_client : DeviceClient):
# should work
for device in [DEVICE_DEV1, DEVICE_DEV2, DEVICE_DEV3]:
validate_device_id(MessageToDict(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment