This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.io.BufferedReader; | |
| import java.io.File; | |
| import java.io.IOException; | |
| import java.io.InputStream; | |
| import java.io.InputStreamReader; | |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import java.util.Hashtable; | |
| import java.util.List; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| from __future__ import absolute_import, division, print_function, unicode_literals | |
| import os | |
| import sys | |
| import inspect | |
| import logging | |
| import requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.io.IOException; | |
| import java.io.PrintWriter; | |
| import java.util.List; | |
| import org.testng.IInvokedMethod; | |
| import org.testng.IInvokedMethodListener; | |
| import org.testng.ITestResult; | |
| import org.testng.Reporter; | |
| import org.testng.TestListenerAdapter; | |
| import com.vmware.g11n.log.GLogger; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| ''' | |
| Used to extrac the source files which Developer has updated/created/modified | |
| The branch and the related grep command determined what you are looking for | |
| @Baoyin Qiao | |
| Note: this script verified using python2.7. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| import sys | |
| import getopt | |
| import ldap | |
| import re | |
| issueFound = False | |
| def Usage(name): | |
| print "Usage: " + name + ''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # Copyright (c) 2015 | |
| # Author : Ajay Ahire, Mohan Bollu | |
| # Permission is hereby granted, free of charge, to any person | |
| # obtaining a copy of this software and associated documentation files | |
| # (the "Software"), to deal in the Software without restriction, | |
| # including without limitation the rights to use, copy, modify, merge, | |
| # publish, distribute, sublicense, and/or sell copies of the Software, | |
| # and to permit persons to whom the Software is furnished to do so, | |
| # subject to the following conditions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################################################################################# | |
| # | |
| # @file : mem-resource-groups.sh | |
| # @author : hsadashiv@vmware.com | |
| # | |
| # This script is used to validate and get the memory related issues from the | |
| # all resource groups | |
| # | |
| ################################################################################# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * vixMntApiSample.cpp -- | |
| * | |
| * Sample program to demonstrate mounting of vmdk on proxy using | |
| * vixDiskLib and vixMntApi DLL. | |
| */ | |
| #ifdef _WIN32 | |
| #include <windows.h> | |
| #include <tchar.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head lang="en"> | |
| <meta charset="UTF-8"> | |
| <title>VM Web Console</title> | |
| <!-- common js/css lib --> | |
| <link href="css/wmks-all.css" rel="stylesheet" type="text/css" /> | |
| <link href="css/jquery-ui.css" rel="stylesheet" type="text/css" /> | |
| <script src="lib/jquery-1.8.3.min.js"></script> | |
| <script src="lib/jquery-ui-1.8.16.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Download EntoEnd.jar from the below link as the file is>10MB to upload here | |
| https://confluence.eng.vmware.com/display/RDO/VRA+6.2.x+Blueprint+End-to-End+jar |