bbsim-validation pipeline to upload tech-profile tosca

Change-Id: Iebf82da32cf9d7fec611004cc581368a2e56d36b
diff --git a/jjb/pipeline/bbsim-validation.groovy b/jjb/pipeline/bbsim-validation.groovy
index 0dd31f6..2b8d26a 100644
--- a/jjb/pipeline/bbsim-validation.groovy
+++ b/jjb/pipeline/bbsim-validation.groovy
@@ -126,6 +126,7 @@
            set -eu -o pipefail
            pushd cord/helm-charts
            curl -H "xos-username: admin@opencord.org" -H "xos-password: letmein" -X POST --data-binary @examples/bbsim-dhcp.yaml http://127.0.0.1:30007/run
+           curl -H "xos-username: admin@opencord.org" -H "xos-password: letmein" -X POST --data-binary @examples/technology-profile.yaml http://127.0.0.1:30007/run
            popd
            '''
       }