updating example tp

Change-Id: Ia8983539efe1e75b5a8189e61eda7f6c3fc485b1
diff --git a/examples/technology-profile.yaml b/examples/technology-profile.yaml
index aa8ca5c..d511e32 100644
--- a/examples/technology-profile.yaml
+++ b/examples/technology-profile.yaml
@@ -24,7 +24,6 @@
 description: Create a simulated OLT Device in VOLTHA
 topology_template:
   node_templates:
-
     technologyProfile:
       type: tosca.nodes.TechnologyProfile
       properties:
@@ -56,12 +55,12 @@
               "q_sched_policy": "hybrid"
             },
             "upstream_gem_port_attribute_list": [{
-                "pbit_map": "0b11000000",
-                "aes_encryption": "TRUE",
-                "scheduling_policy": "Strict-Priority",
+                "pbit_map": "0b11111111",
+                "aes_encryption": "True",
+                "scheduling_policy": "StrictPriority",
                 "priority_q": 1,
                 "weight": 0,
-                "discard_policy": "Tail-Drop",
+                "discard_policy": "TailDrop",
                 "max_q_size": "auto",
                 "discard_config": {
                   "min_threshold": 0,
@@ -71,12 +70,12 @@
               }
             ],
             "downstream_gem_port_attribute_list": [{
-                "pbit_map": "0b11000000",
-                "aes_encryption": "TRUE",
-                "scheduling_policy": "Strict-Priority",
+                "pbit_map": "0b11111111",
+                "aes_encryption": "True",
+                "scheduling_policy": "StrictPriority",
                 "priority_q": 1,
                 "weight": 0,
-                "discard_policy": "Tail-Drop",
+                "discard_policy": "TailDrop",
                 "max_q_size": "auto",
                 "discard_config": {
                   "min_threshold": 0,
@@ -85,4 +84,4 @@
                 }
               }
             ]
-          }
\ No newline at end of file
+          }