├── VM_details.json ├── VM_list.json ├── code_runner.py ├── code_runner_2.py ├── log_data.txt ├── manage_VM.py ├── queries.txt ├── restart_vm.py ├── search_edge.py ├── search_status.json ├── search_status_copy.json ├── start_scripts.bat ├── temp.ipynb └── test_search.py /VM_details.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/VM_details.json -------------------------------------------------------------------------------- /VM_list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/VM_list.json -------------------------------------------------------------------------------- /code_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/code_runner.py -------------------------------------------------------------------------------- /code_runner_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/code_runner_2.py -------------------------------------------------------------------------------- /log_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/log_data.txt -------------------------------------------------------------------------------- /manage_VM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/manage_VM.py -------------------------------------------------------------------------------- /queries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/queries.txt -------------------------------------------------------------------------------- /restart_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/restart_vm.py -------------------------------------------------------------------------------- /search_edge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/search_edge.py -------------------------------------------------------------------------------- /search_status.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/search_status.json -------------------------------------------------------------------------------- /search_status_copy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/search_status_copy.json -------------------------------------------------------------------------------- /start_scripts.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/start_scripts.bat -------------------------------------------------------------------------------- /temp.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/temp.ipynb -------------------------------------------------------------------------------- /test_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Automation-of-virtual-machines/HEAD/test_search.py --------------------------------------------------------------------------------