testing without loading techprofiles

Change-Id: I5b414ce4455bf0a05b56b843406a8fd52c45232b
diff --git a/tosca-configs/att-workflow/onlab-pod1-qa-olt.yaml b/tosca-configs/att-workflow/onlab-pod1-qa-olt.yaml
index 70636f6..bbf5f71 100755
--- a/tosca-configs/att-workflow/onlab-pod1-qa-olt.yaml
+++ b/tosca-configs/att-workflow/onlab-pod1-qa-olt.yaml
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# curl -H "xos-username: admin@opencord.org" -H "xos-password: letmein" -X POST --data-binary @onlab-pod1-olt.yaml http://10.90.0.101:30007/run
+# curl -H "xos-username: admin@opencord.org" -H "xos-password: letmein" -X POST --data-binary @onlab-pod1-qa-olt.yaml http://10.90.0.101:30007/run
 
 tosca_definitions_version: tosca_simple_yaml_1_0
 imports:
@@ -45,146 +45,3 @@
         - volt_service:
             node: service#volt
             relationship: tosca.relationships.BelongsToOne
-
-    technologyProfile:
-      type: tosca.nodes.TechnologyProfile
-      properties:
-        profile_id: 64
-        technology: xgspon
-        profile_value: >
-          {
-          	"name": "4QueueHybridProfileMap1",
-          	"profile Type": "XPON",
-          	"version": 1.0,
-          	"instance_control": {
-          		"onu": "multi-instance",
-          		"uni": "single-instance",
-          		"num_gem_ports": 4,
-          		"Max_GEM_Payload_Size": "auto"
-          	},
-          	"u_s_scheduler": {
-          		"additional_bw": "auto",
-          		"priority": 0,
-          		"weight": 0,
-          		"q_sched_policy": "hybrid"
-          	},
-          	"d_s_scheduler": {
-          		"priority": 0,
-          		"weight": 0,
-          		"q_sched_policy": "hybrid"
-          	},
-          	"Upstream GEM_Port_attribute_List": [{
-          			"pbit_map": "0b00000101",
-          			"AES_Encryption": "TRUE",
-          			"Scheduling_Policy": "WRR",
-          			"Priority_Q": 4,
-          			"Weight": 25,
-          			"Discard_Policy": "Tail-Drop",
-          			"Max_Q_Size": "auto",
-          			"Discard_Config": {
-          				"Min_Threshold": 0,
-          				"Max_Threshold": 0,
-          				"Max_Probability": 0
-          			}
-          		},
-          		{
-          			"pbit_map": "0b00011010",
-          			"AES_Encryption": "TRUE",
-          			"Scheduling_Policy": "WRR",
-          			"Priority_Q": 3,
-          			"Weight": 75,
-          			"Discard_Policy": "Tail-Drop",
-          			"Max_Q_Size": "auto",
-          			"Discard_Config": {
-          				"Min_Threshold": 0,
-          				"Max_Threshold": 0,
-          				"Max_Probability": 0
-          			}
-          		},
-          		{
-          			"pbit_map": "0b00100000",
-          			"AES_Encryption": "TRUE",
-          			"Scheduling_Policy": "Strict-Priority",
-          			"Priority_Q": 2,
-          			"Weight": 0,
-          			"Discard_Policy": "Tail-Drop",
-          			"Max_Q_Size": "auto",
-          			"Discard_Config": {
-          				"Min_Threshold": 0,
-          				"Max_Threshold": 0,
-          				"Max_Probability": 0
-          			}
-          		},
-          		{
-          			"pbit_map": "0b11000000",
-          			"AES_Encryption": "TRUE",
-          			"Scheduling_Policy": "Strict-Priority",
-          			"Priority_Q": 1,
-          			"Weight": 0,
-          			"Discard_Policy": "Tail-Drop",
-          			"Max_Q_Size": "auto",
-          			"Discard_Config": {
-          				"Min_Threshold": 0,
-          				"Max_Threshold": 0,
-          				"Max_Probability": 0
-          			}
-          		}
-          	],
-          	"Downstream GEM_Port_attribute_List": [{
-          			"pbit_map": "0b00000101",
-          			"AES_Encryption": "TRUE",
-          			"Scheduling_Policy": "WRR",
-          			"Priority_Q": 4,
-          			"Weight": 10,
-          			"Discard_Policy": "Tail-Drop",
-          			"Max_Q_Size": "auto",
-          			"Discard_Config": {
-          				"Min_Threshold": 0,
-          				"Max_Threshold": 0,
-          				"Max_Probability": 0
-          			}
-          		},
-          		{
-          			"pbit_map": "0b00011010",
-          			"AES_Encryption": "TRUE",
-          			"Scheduling_Policy": "WRR",
-          			"Priority_Q": 3,
-          			"Weight": 90,
-          			"Discard_Policy": "Tail-Drop",
-          			"Max_Q_Size": "auto",
-          			"Discard_Config": {
-          				"Min_Threshold": 0,
-          				"Max_Threshold": 0,
-          				"Max_Probability": 0
-          			}
-          		},
-          		{
-          			"pbit_map": "0b00100000",
-          			"AES_Encryption": "TRUE",
-          			"Scheduling_Policy": "Strict-Priority",
-          			"Priority_Q": 2,
-          			"Weight": 0,
-          			"Discard_Policy": "Tail-Drop",
-          			"Max_Q_Size": "auto",
-          			"Discard_Config": {
-          				"Min_Threshold": 0,
-          				"Max_Threshold": 0,
-          				"Max_Probability": 0
-          			}
-          		},
-          		{
-          			"pbit_map": "0b11000000",
-          			"AES_Encryption": "TRUE",
-          			"Scheduling_Policy": "Strict-Priority",
-          			"Priority_Q": 1,
-          			"Weight": 0,
-          			"Discard_Policy": "Tail-Drop",
-          			"Max_Q_Size": "auto",
-          			"Discard_Config": {
-          				"Min_Threshold": 0,
-          				"Max_Threshold": 0,
-          				"Max_Probability": 0
-          			}
-          		}
-          	]
-          }