Hi Fiachra

in the CI (gate/daily:weekly) we are running 5gbulkpm and pnf-registrate 
without using the robot pod.
we use the configmap associated with the robot pod for the config but we 
trigger job using xtesting robot pod (based on alpine built daily and pushed to 
nexus) including what is needed for these 2 use cases. There is no link with 
the ete scripts
see 
https://docs.onap.org/projects/onap-integration/en/latest/integration-tests.html

we launch the job with the command
kubectl apply -f test-pnf-registrate.yaml

the job test-pnf-registrate.yaml looks like

apiVersion: batch/v1
kind: Job
metadata:
    name: integration-onap-pnf-registrate
    namespace: onap
spec:
    template:
        spec:
            backoffLimit: 1
            containers:
            -   args:
                - --test
                - pnf-registrate
                - --report
                command:
                - run_tests
                env:
                -   name: INSTALLER_TYPE
                    value: oom
                -   name: DEPLOY_SCENARIO
                    value: onap-nofeature-noha
                -   name: NODE_NAME
                    value: onap_daily_pod4_master-ONAP-oom
                -   name: TEST_DB_URL
                    value: http://testresults.opnfv.org/onap/api/v1/results
                -   name: BUILD_TAG
                    value: 
gitlab_ci-functest-kubespray-baremetal-daily-master-265192359-onap
                -   name: TAG
                    value: pnf-registrate
                image: 
nexus3.onap.org:10003/onap/xtesting-smoke-usecases-robot:master
                imagePullPolicy: Always
                name: functest-onap-pnf-registrate
                volumeMounts:
                -   mountPath: /etc/localtime
                    name: localtime
                    readOnly: true
                -   mountPath: /share/config
                    name: robot-eteshare
                -   mountPath: /var/lib/xtesting/results/
                    name: robot-save-results
            restartPolicy: Never
            volumes:
            -   hostPath:
                    path: /etc/localtime
                name: localtime
            -   configMap:
                    defaultMode: 493
                    name: onap-robot-eteshare-configmap
                name: robot-eteshare
            -   hostPath:
                    path: 
/dockerdata-nfs/onap/integration/xtesting-smoke-usecases-robot/pnf-registrate
                name: robot-save-results

/Morgan

Note: the Integration weekly meeting is 1 PM UTC (not 2)
________________________________
De : Fiachra Corcoran [[email protected]]
Envoyé : jeudi 4 mars 2021 12:02
À : RICHOMME Morgan TGI/OLN; [email protected]
Objet : Re: [onap-discuss] [ONAP] [Testsuite] robot pod

Hi,

We are using the robot ete to verify the system is fit for use.
Primarily running the pnf_registrate and occasionally the 5g_bulkpm smoke tests.

If the robot pod is removed, will there still be an option to add it manually?

Thanks,
Fiachra

_________________________________________________________________________________________________________________________

Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.

This message and its attachments may contain confidential or privileged 
information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete 
this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.
Thank you.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22948): https://lists.onap.org/g/onap-discuss/message/22948
Mute This Topic: https://lists.onap.org/mt/81004138/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to