+saheli@chai:~/axs/core_collection/varia_collection/graph$ axs byname graph , print_hierarchy llmcb_using_qaic_kilt
+output_entries_list: ['AS^IS', ['^', 'byname', 'base_llama2_loadgen_experiment'], ['^', 'byname', 'base_qaic_experiment'], ['^', 'byname', 'traced_kilt_entry']]
+{'traced_kilt_entry', 'base_llama2_loadgen_experiment', 'base_qaic_experiment'}
+output_entries_list: ['AS^IS', ['^', 'byname', 'base_mixtral_loadgen_experiment'], ['^', 'byname', 'base_qaic_experiment'], ['^', 'byname', 'traced_kilt_entry']]
+{'traced_kilt_entry', 'base_llama2_loadgen_experiment', 'base_mixtral_loadgen_experiment', 'base_qaic_experiment'}
+llmcb_using_qaic_kilt
+|
++-/home/saheli/axs/core_collection/essentials_collection
+ shell
+|
++-/home/saheli/work_collection/axs2kilt-dev
+ base_llmcb_kilt_program
+ |
+ +-/home/saheli/work_collection/axs2kilt-dev
+ base_kilt_program
+ |
+ +-/home/saheli/work_collection/axs2mlperf
+ base_loadgen_program
+ |
+ +-/home/saheli/work_collection/axs2mlperf
+ cpufreq_support
+|
++-/home/saheli/work_collection/axs2mlperf
+ base_loadgen_program
+ |
+ +-/home/saheli/work_collection/axs2mlperf
+ cpufreq_support
+|
++-/home/saheli/work_collection/axs2qaic-dev
+ base_qaic_program
+ |
+ +-/home/saheli/work_collection/axs2mlperf
+ base_loadgen_program
+ |
+ +-/home/saheli/work_collection/axs2mlperf
+ cpufreq_support
+|
++-/home/saheli/work_collection/axs2qaic-dev
+ qaic_sdk_info
+|
+-->/home/saheli/work_collection/axs2kilt-dev :: Output Parents
+ traced_kilt_entry
+|
+-->/home/saheli/work_collection/axs2mlperf :: Output Parents
+ base_llama2_loadgen_experiment
+ |
+ +-/home/saheli/work_collection/axs2mlperf
+ base_loadgen_experiment
+|
+-->/home/saheli/work_collection/axs2mlperf :: Output Parents
+ base_mixtral_loadgen_experiment
+ |
+ +-/home/saheli/work_collection/axs2mlperf
+ base_loadgen_experiment
+|
+-->/home/saheli/work_collection/axs2qaic-dev :: Output Parents
+ base_qaic_experiment
+Tree printed successfully!
+
+
+## Running tests
+The next step is to run the tests.
+
+### Step 1:
+The first step is to run the `create_json.py` to generate two json files containing dictionaries containing all the contained entries obtained as keys from `bert`, `image_classification`, `object_detection` folders and corresponding values as the `_parent_entries` and `output_parent_entries` for each entry.
+```
+python create_json.py
+```
+