Commit 05c0ded8 authored by Guillermo Gomez Chavez's avatar Guillermo Gomez Chavez
Browse files

fixed bug in osmclient

parent 222cb02d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@ before_script: # TODO: how to reuse installation?
    - pip3 install IM/
    - git clone https://osm.etsi.org/gerrit/osm/osmclient.git
    - cd osmclient
    - git fetch origin refs/changes/78/11178/2 && git checkout FETCH_HEAD
    - git fetch origin refs/changes/78/11178/3 && git checkout FETCH_HEAD
    - cd ../
    - pip3 install -r osmclient/requirements.txt
    - pip3 install osmclient/
    - rm -rf osmclient/ IM/
    - declare -a PACKAGES_TO_REVIEW=("charm_packages" "nscharm_policy_vnf" "hackfest_vyos_vnf" "nscharm_ns" "several_volumes_vnf" "magma" "k8s_jujucontroller_vnf" "simple_nopassword_vnf" "slice_basic_nst" "nschram_user_vnf" "slice_basic_ns" "wiki_webserver_autoscale_nsd" "ubuntu_cloudinit_ns")
    - declare -a PACKAGES_TO_REVIEW=("charm-packages" "nscharm_policy_vnf" "hackfest_vyos_vnf" "nscharm_ns" "several_volumes_vnf" "magma" "k8s_jujucontroller_vnf" "simple_nopassword_vnf" "slice_basic_nst" "nschram_user_vnf")
    - >
        for nfv in "${PACKAGES_TO_REVIEW[@]}"; do
          echo "Ignoring $nfv until it is revised"