The present invention is directed to a system for testing devices.
Methods, systems, user interfaces, and other aspects of the invention are described. Reference will be made to certain embodiments of the invention, examples of which are illustrated in the accompanying drawings. While the invention will be described in conjunction with the embodiments, it will be understood that it is not intended to limit the invention to these particular embodiments alone. On the contrary, the invention is intended to cover alternatives, modifications and equivalents that are within the spirit and scope of the invention. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.
Moreover, in the following description, numerous specific details are set forth to provide a thorough understanding of the present invention. However, it will be apparent to one of ordinary skill in the art that the invention may be practiced without these particular details. In other instances, methods, procedures, components, and networks that are well known to those of ordinary skill in the art are not described in detail to avoid obscuring aspects of the present invention.
According to certain embodiments, a core testing machine comprises multiple slots for installing a DUT in each slot. As a non-limiting example, each DUT in a respective slot is associated with its respective lightweight virtualization containers (probes abstraction) and core testing executor/processor. For example, the core testing machine may comprise N core testing servers and each of the N core testing servers may be associated with M core testing executors/processors. According to certain embodiments, the core testing machine need not have every slot installed with a DUT in order to begin running the tests. The slots are used as needed. Further, the testing of a given DUT can start and finish independently of the other DUTs installed in the test bench of the core testing machine.
Non-limiting examples of devices under test (DUTs) include set top boxes, cable modems, embedded multimedia terminal adapters, and wireless routers including broadband wireless routers for the home or for commercial networks.
According to certain embodiments,
According to certain embodiments, the core testing machine can test a set of similar types of devices or disparate types of devices simultaneously using a separate set of interfaces for each device that is under test testing. As a non-limiting example, there may be N core testing servers. Each N core testing server may comprise M number of core testing executors/processors. Thus, a total of N multiplied by M number of DUTS can be tested simultaneously (one DUT is each of the N×M slots, for example). According to certain embodiments, the use of DUT testing interfaces (probes) through virtualization containers can avoid network conflicts while testing multiple DUTs simultaneously by the core testing machine. According to certain embodiments, the core testing servers and core testing executors/processors (and other components) in the testing system may be distributed over a plurality of computers.
Probes test the following interfaces on the DUT (when such interfaces are available on the DUT):
According to certain embodiments, when executing a specific test for a given DUT, the core testing executor/processor loads and reads test configuration information (for example from an XML structure) and identifies the relevant test script that needs to be executed. Inputs that are needed for executing the relevant test script are retrieved and supplied as inputs to the relevant test script. The following is a non-limiting sample scripts.
Checks for DUT Serial number in Database or Webservice
Checks Webservice for test readiness status of DUT in the test process
Checks ability to login to DUT
Asks operator to manually Factory Reset if unable to login Confirm Factory Reset (if needed)
Waits for operator to confirm that DUT was factory reset and booted up properly
Ping connections: Eth LAN 1, 2, 3, 4
Fails if any ping to these connections fail
Checks connection to DUT through socket connection Reset Password
Operator scans password which is stored temporarily for use in the remainder of test until finished
Done through web-scraping
Information retrieved through web-scraping
Enables telnet on DUT through web-scraping
Factory resets DUT through telnet command
Enables telnet on DUT through web-scraping
Through telnet commands
Sets N Mode
Enables Privacy
Sets WPA (Wi-Fi Protected Access)
Removes WEP (Wired Equivalent Privacy)
Assigns WiFi Channel to DUT (channel different by slot)
[Channel 1: slots 1, 4, 7, 10, 13, 16]
[Channel 6: slots 2, 5, 8, 11, 14]
[Channel 11: slots 3, 6, 9, 12, 15]
Verifies changes through GUI
Disables WiFi once done through telnet
Firmware version: 40.21.18
Asks Operator to Close Door on Cage
Waits on shared Resource Server (located on TC) for Resource L2 (Layer 2) Lock
Obtains Lock
Enables WiFi through telnet
Set WiFi Card
Ping WiFi from DUT
L2 ARP Test on WiFi: must receive 10/10 ARP packets
If either Set WiFi Card or L2 ARP Test Fail after its 3 retries, Ask Operator to Check Antennas
Performs one more retry in full (set of 3 retries each for Set WiFi Card and L2 ARP Wifi Test) after Check Antennas
Disables WiFi through telnet
Releases Lock
Waits on shared Resource Server (located on TC) for Resource L3 Lock
Obtains Lock
Enables WiFi through telnet
Connects WiFi Card
Iperf3 Speed Test, 5 seconds for UDP Speed Test, 7 seconds for TCP
Bandwidth must be greater than 60 Mbps on TCP (Reverse) or 70 Mbps on UDP (Forward)
Runs sudo iwlist wlan0 scan and returns all Wireless Signals seen
Disables WiFi through telnet
Releases Lock
Arp Test from Eth LAN 1 to Eth LAN 2, 3, 4
Must receive 10/10 on all LAN connections
From Eth LAN 1 to Eth LAN 2, 3, 4
Iperf3 Speed Test, 5 seconds Reverse and Forward, Sending 1200 Mbps Bandwidth
Bandwidth must be greater than 700 Mbps
Total Retries allowed: 2
Rx and Tx Data rates for both WAN and LAN MoCA retrieved through telnet
All Rates must be greater than 180 Mbps
From Eth LAN 1 to WAN MoCA
Iperf3 Speed Test, 5 seconds Reverse and Forward, Sending 1200 Mbps Bandwidth
Bandwidth must be greater than 60 Mbps
Total Retries allowed: 2
From Eth LAN 1 to LAN MoCA
Iperf3 Speed Test, 5 seconds Reverse and Forward, Sending 240 Mbps Bandwidth
Bandwidth must be greater than 60 Mbps
Total Retries allowed: 2
From LAN MoCA to WAN MoCA
Iperf3 Speed Test, 5 seconds Reverse and Forward, Sending 240 Mbps Bandwidth
Bandwidth must be greater than 60 Mbps
Total Retries allowed: 2
Through telnet command
From Eth LAN 1 to Eth WAN
Iperf3 Speed Test, 5 seconds Reverse and Forward, Sending 1200 Mbps Bandwidth
Bandwidth must be greater than 700 Mbps
Total Retries allowed: 2
According to certain embodiments, the core testing executor/processor uses a reflection and command design pattern to invoke the relevant configured script(s) corresponding to each DUT being tested. For example, in the command design pattern one or more of the following are encapsulated in an object: an object, method name, arguments. According to certain embodiments, the core testing executor/processor uses the Python “reflection capability to execute the relevant test scripts for a given DUT. The core testing executor/processor is agnostic of the inner workings of the relevant test scripts for a given DUT.
According to certain embodiments, lightweight software containers are used to abstract the connection of probes to the different DUT interfaces in order to avoid conflicts. Non-limiting examples of virtualization containers are Linux containers. As a non-limiting example, Linux container is an operating-system-level virtualization environment for running multiple isolated Linux systems (containers) on a single Linux control host. In other words, lightweight software containers are used to ensure isolation across servers. By using containers, resources can be isolated, services restricted, and processes provisioned to have an almost completely private view of the operating system with their own process ID space, file system structure, and network interfaces. Multiple containers share the same kernel, but each container can be constrained to only use a defined amount of resources such as CPU, memory, network resources and I/O. The relevant test script might need to connect to the DUT interfaces directly or through the virtualization containers to execute the tests. The core testing executor/processor receives the test results from running the relevant test scripts. The core testing executor/processor can further process and interpret such results and can also send the results to the user's browser via web sockets. According to certain embodiments, the respective core testing executors/processors are in communication (e.g., Telnet/SSH) with the virtualization containers (there may be multiple virtualization containers). The containers/probes are in communication with corresponding DUT interfaces using Telnet/SSH/TCP/UDP/HTTP/HTTPS etc, as non-limiting examples.
According to certain embodiments, a system for testing device comprises: a testing machine with a plurality of slots, wherein each slot of the plurality of slots is for installing a device-under-test (DUT) of a plurality of DUTs; a plurality of core testing processors, wherein each core testing processor of the plurality of core testing processors is associated with a respective slot of the plurality of slots; a plurality of lightweight virtualization containers, where a respective lightweight virtualization container of the plurality of lightweight virtualization containers is associated with one of the slots that might have DUT installed, wherein the plurality of lightweight virtualization containers enable isolation of respective testing processes and testing resources associated with each respective device-under-test.
According to certain embodiments, the plurality of lightweight virtualization containers comprise testing probes for testing a respective DUT of the plurality of DUTs. Virtualization containers can also be referred to as probes herein.
According to certain embodiments, the plurality of lightweight virtualization containers are used for testing one or more DUT interfaces at the DUT comprising: Ethernet Local Area Network (LAN) interface; Ethernet Wide Area Network (WAN) interface; Multimedia over Coax Alliance (MoCA) LAN interface; Multimedia over Coax Alliance (MoCA) WAN interface; Wireless 2.4 GHz interface; Wireless 5.0 GHz interface; Phone ports (FXS) interface; USB interface; video interface; and audio interface
According to certain embodiments, each core testing processor of at least a subset of the plurality of core testing processors is associated with a respective web socket for communication that is isolated and independent of communication associated with other core testing processors of the plurality of core testing processors.
According to certain embodiments, a respective core testing processor of the plurality of core testing processors communicates with a user interface.
According to certain embodiments, a respective core testing processor of the plurality of core testing processors communicates using asynchronous feedback and interaction.
According to certain embodiments, a respective core testing processor of the plurality of core testing processors communicates using JSON messages.
According to certain embodiments, the respective core testing processor of the plurality of core testing processors communicates using TCP/IP protocol.
According to certain embodiments, the respective core testing processor of the plurality of core testing processors: retrieves at run time a respective test configuration corresponding to the DUT installed in the respective slot associated with respective core testing processor; loads the set of tests associated with the DUT installed in the respective slot associated with respective core testing processor; and executes the loaded set of tests.
In the foregoing specification, embodiments of the invention have been described with reference to numerous specific details that may vary from implementation to implementation. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.
This application is a continuation of U.S. patent application Ser. No. 15/722,235, filed Oct. 2, 2017, now U.S. Pat. No. 10,578,670 and entitled “Core Testing Machine,” which is a continuation of U.S. patent application Ser. No. 14/866,720, filed Sep. 25, 2015, now U.S. Pat. No. 9,810,735 and entitled “Core Testing Machine,” the disclosures of which are hereby incorporated by reference herein in their entirety. This application is also related to U.S. patent application Ser. No. 14/866,630, filed Sep. 25, 2015, now U.S. Pat. No. 9,960,989 and entitled “Universal Device Testing System,” and to U.S. patent application Ser. No. 14/866,752, filed Sep. 25, 2015, now U.S. Pat. No. 10,122,611 and entitled “Universal Device Testing Interface,” and to U.S. patent application Ser. No. 14/866,780, filed Sep. 25, 2015, now U.S. Pat. No. 9,491,454 and entitled, “Set Top Boxes Under Test,” each of which is hereby incorporated by reference in its entirety. This application is also related to U.S. patent application Ser. No. 14/948,143, filed Nov. 20, 2015, now U.S. Pat. No. 9,992,084 and entitled, “Cable Modems/eMTAs Under Test,” and to U.S. patent application Ser. No. 14/948,925, filed Nov. 23, 2015, now U.S. Pat. No. 9,838,295 and entitled, “Wireless Routers Under Test,” and to U.S. patent application Ser. No. 14/929,180, filed Oct. 30, 2015 and entitled, “Hardware Architecture for Universal Testing System: Cable Modem Test,” now abandoned, and to U.S. patent application Ser. No. 14/929,220, filed Oct. 30, 2015, now U.S. Pat. No. 10,320,651 and entitled, “Hardware Architecture for Universal Testing System: Wireless Router Test,” and to U.S. patent application Ser. No. 14/987,538, filed Jan. 4, 2016, now U.S. Pat. No. 9,900,116 and entitled, “Test Sequences Using Universal Testing System.
Number | Name | Date | Kind |
---|---|---|---|
5005197 | Parsons et al. | Apr 1991 | A |
5897609 | Choi et al. | Apr 1999 | A |
5910977 | Torregrossa | Jun 1999 | A |
5917808 | Koshbab | Jun 1999 | A |
6088582 | Canora et al. | Jul 2000 | A |
6308496 | Lee | Oct 2001 | B1 |
6367032 | Kasahara | Apr 2002 | B1 |
6662135 | Burns | Dec 2003 | B1 |
6671160 | Hayden | Dec 2003 | B2 |
6826512 | Dara-Abrams et al. | Nov 2004 | B2 |
6859043 | Ewing | Feb 2005 | B2 |
7068757 | Burnett | Jun 2006 | B1 |
7254755 | De Obaldia et al. | Aug 2007 | B2 |
7664317 | Sowerby | Feb 2010 | B1 |
7809517 | Zuckerman | Oct 2010 | B1 |
8121028 | Schlesener | Feb 2012 | B1 |
8209732 | Le | Jun 2012 | B2 |
8229344 | Petersen | Jul 2012 | B1 |
8324909 | Oakes | Dec 2012 | B2 |
8418000 | Salame | Apr 2013 | B1 |
8418219 | Parsons | Apr 2013 | B1 |
8464245 | Thornley | Jun 2013 | B2 |
8515015 | Maffre | Aug 2013 | B2 |
8689071 | Valakh | Apr 2014 | B2 |
8806400 | Bhawmik | Aug 2014 | B1 |
9013307 | Hussain et al. | Apr 2015 | B2 |
9270983 | Hare, Jr. | Feb 2016 | B1 |
9316714 | Rada | Apr 2016 | B2 |
9319908 | Nickel | Apr 2016 | B2 |
9372228 | Nickel | Jun 2016 | B2 |
9402601 | Berger | Aug 2016 | B1 |
9490920 | Parte | Nov 2016 | B2 |
9491454 | Kumar | Nov 2016 | B1 |
9571211 | Partee | Feb 2017 | B2 |
9602556 | Cham | Mar 2017 | B1 |
9609063 | Zhu et al. | Mar 2017 | B2 |
9810735 | Kumar et al. | Nov 2017 | B2 |
9838295 | Kumar et al. | Dec 2017 | B2 |
9900113 | Kumar et al. | Feb 2018 | B2 |
9900116 | Kumar et al. | Feb 2018 | B2 |
9960989 | Kumar et al. | May 2018 | B2 |
9992084 | Kumar et al. | Jun 2018 | B2 |
10116397 | Kumar et al. | Oct 2018 | B2 |
10122611 | Kumar et al. | Nov 2018 | B2 |
10158553 | Tiwari et al. | Dec 2018 | B2 |
10230617 | Kumar et al. | Mar 2019 | B2 |
10277497 | Tiwari et al. | Apr 2019 | B2 |
10291959 | Kumar et al. | May 2019 | B2 |
10298483 | Kumar et al. | May 2019 | B2 |
10320651 | Kumar et al. | Jun 2019 | B2 |
10578670 | Kumar et al. | Mar 2020 | B2 |
10581718 | Kumar | Mar 2020 | B2 |
10581719 | Kumar | Mar 2020 | B2 |
10965578 | Kumar | Mar 2021 | B2 |
20020070725 | Hilliges | Jun 2002 | A1 |
20020077786 | Vogel et al. | Jun 2002 | A1 |
20030005380 | Nguyen | Jan 2003 | A1 |
20030184035 | Yu | Oct 2003 | A1 |
20030200303 | Chong | Oct 2003 | A1 |
20040010584 | Peterson | Jan 2004 | A1 |
20040016708 | Rafferty | Jan 2004 | A1 |
20040160226 | Ewing | Aug 2004 | A1 |
20040189281 | Le et al. | Sep 2004 | A1 |
20040203726 | Wei | Oct 2004 | A1 |
20050041642 | Robinson | Feb 2005 | A1 |
20050053008 | Griesing | Mar 2005 | A1 |
20050102488 | Bullis | May 2005 | A1 |
20050193294 | Hildebrant | Sep 2005 | A1 |
20050249196 | Ansari et al. | Nov 2005 | A1 |
20050286466 | Tagg | Dec 2005 | A1 |
20060015785 | Chun | Jan 2006 | A1 |
20060271322 | Haggerty | Nov 2006 | A1 |
20070097659 | Behrens | May 2007 | A1 |
20070111759 | Tanaka | May 2007 | A1 |
20070220380 | Ohanyan | Sep 2007 | A1 |
20080026748 | Alexander et al. | Jan 2008 | A1 |
20080031143 | Ostrosky | Feb 2008 | A1 |
20080117907 | Hein | May 2008 | A1 |
20080144293 | Aksamit | Jun 2008 | A1 |
20080159737 | Noble et al. | Jul 2008 | A1 |
20080168520 | Vanderhoff | Jul 2008 | A1 |
20080247401 | Bhal et al. | Oct 2008 | A1 |
20080274712 | Rofougaran | Nov 2008 | A1 |
20080315898 | Cannon | Dec 2008 | A1 |
20090059933 | Huang et al. | Mar 2009 | A1 |
20090089854 | Le | Apr 2009 | A1 |
20090129557 | Carter et al. | May 2009 | A1 |
20090213738 | Volpe et al. | Aug 2009 | A1 |
20090254976 | Huotari et al. | Oct 2009 | A1 |
20090282446 | Breed | Nov 2009 | A1 |
20090282455 | Bell et al. | Nov 2009 | A1 |
20090289020 | Wurmhoringer | Nov 2009 | A1 |
20100131999 | Kfir et al. | May 2010 | A1 |
20100132000 | Straub | May 2010 | A1 |
20100138823 | Thornley | Jun 2010 | A1 |
20100246416 | Sinha | Sep 2010 | A1 |
20100281107 | Fallows et al. | Nov 2010 | A1 |
20110001833 | Grinkemeyer | Jan 2011 | A1 |
20110006794 | Sellathamby | Jan 2011 | A1 |
20110012632 | Merrow | Jan 2011 | A1 |
20110035676 | Tischer | Feb 2011 | A1 |
20110072306 | Racey | Mar 2011 | A1 |
20110090075 | Armitage et al. | Apr 2011 | A1 |
20110099424 | Rivera Trevino | Apr 2011 | A1 |
20110107074 | Chan et al. | May 2011 | A1 |
20110116419 | Cholas | May 2011 | A1 |
20110149720 | Phuah et al. | Jun 2011 | A1 |
20110222549 | Connelly | Sep 2011 | A1 |
20110267782 | Petrick et al. | Nov 2011 | A1 |
20110306306 | Reed | Dec 2011 | A1 |
20120140081 | Clements | Jan 2012 | A1 |
20120122406 | Gregg et al. | May 2012 | A1 |
20120163227 | Kannan | Jun 2012 | A1 |
20120198084 | Keskitalo | Aug 2012 | A1 |
20120198442 | Kashyap | Aug 2012 | A1 |
20120213259 | Renken et al. | Aug 2012 | A1 |
20120220240 | Rothschild | Aug 2012 | A1 |
20120275784 | Soto | Nov 2012 | A1 |
20120278826 | Jones | Nov 2012 | A1 |
20120306895 | Faulkner et al. | Dec 2012 | A1 |
20130014983 | Korson et al. | Jan 2013 | A1 |
20130033279 | Sozanski et al. | Feb 2013 | A1 |
20130049794 | Humphrey et al. | Feb 2013 | A1 |
20130076217 | Thompson | Mar 2013 | A1 |
20130093447 | Nickel | Apr 2013 | A1 |
20130104158 | Partee | Apr 2013 | A1 |
20130152047 | Moorthi et al. | Jun 2013 | A1 |
20130160064 | van Rozen | Jun 2013 | A1 |
20130167123 | Dura | Jun 2013 | A1 |
20130257468 | Mlinarsky | Oct 2013 | A1 |
20130305091 | Stan et al. | Nov 2013 | A1 |
20140047322 | Kim et al. | Feb 2014 | A1 |
20140091874 | Cook et al. | Apr 2014 | A1 |
20140115580 | Kellerman | Apr 2014 | A1 |
20140123200 | Park | May 2014 | A1 |
20140126387 | Gintis | May 2014 | A1 |
20140156819 | Cavgalar | Jun 2014 | A1 |
20140187172 | Partee | Jul 2014 | A1 |
20140187173 | Partee | Jul 2014 | A1 |
20140207404 | Fritzsche | Jul 2014 | A1 |
20140256373 | Hernandez | Sep 2014 | A1 |
20140266930 | Huynh | Sep 2014 | A1 |
20140269386 | Chu et al. | Sep 2014 | A1 |
20140269871 | Huynh | Sep 2014 | A1 |
20140282783 | Totten | Sep 2014 | A1 |
20140370821 | Guterman | Dec 2014 | A1 |
20150024720 | Efrati | Jan 2015 | A1 |
20150093987 | Ouyang | Apr 2015 | A1 |
20150109941 | Zhang | Apr 2015 | A1 |
20150151669 | Meisner | Jun 2015 | A1 |
20150180743 | Jana et al. | Jun 2015 | A1 |
20150226716 | Nelson | Aug 2015 | A1 |
20150237010 | Roskind | Aug 2015 | A1 |
20150253357 | Olgaard | Sep 2015 | A1 |
20150288589 | Radford et al. | Oct 2015 | A1 |
20150369851 | Even | Dec 2015 | A1 |
20160080241 | Rocha De Maria | Mar 2016 | A1 |
20160094650 | Garcia De Rio | Mar 2016 | A1 |
20160102951 | Cole | Apr 2016 | A1 |
20160191364 | Ajitomi | Jun 2016 | A1 |
20160381818 | Mills | Dec 2016 | A1 |
20170048519 | Friel | Feb 2017 | A1 |
20170089981 | Kumar | Mar 2017 | A1 |
20170093682 | Kumar | Mar 2017 | A1 |
20170093683 | Kumar | Mar 2017 | A1 |
20170126536 | Kumar | May 2017 | A1 |
20170126537 | Kumar | May 2017 | A1 |
20170126539 | Tiwari et al. | May 2017 | A1 |
20170149635 | Kumar | May 2017 | A1 |
20170149645 | Kumar | May 2017 | A1 |
20170195071 | Kumar | Jul 2017 | A1 |
20170250762 | Kumar et al. | Aug 2017 | A1 |
20170288791 | Kumar et al. | Oct 2017 | A1 |
20170288993 | Kumar et al. | Oct 2017 | A1 |
20170289012 | Tiwari et al. | Oct 2017 | A1 |
20170302994 | Kumar | Oct 2017 | A1 |
20180024193 | Kumar et al. | Jan 2018 | A1 |
20180076908 | Kumar et al. | Mar 2018 | A1 |
20180077046 | Kumar et al. | Mar 2018 | A1 |
20180351846 | Kumar et al. | Dec 2018 | A1 |
20190109778 | Kumar et al. | Apr 2019 | A1 |
20190182134 | Kumar et al. | Jun 2019 | A1 |
20190190625 | Kumar et al. | Jun 2019 | A1 |
20190260664 | Kumar et al. | Aug 2019 | A1 |
20190273675 | Kumar et al. | Sep 2019 | A1 |
20210176159 | Kumar et al. | Jun 2021 | A1 |
Number | Date | Country |
---|---|---|
202261360 | May 2012 | CN |
2001013604 | Feb 2001 | WO |
2013169728 | Nov 2013 | WO |
2014035462 | Mar 2014 | WO |
2014065843 | May 2014 | WO |
2017053961 | Mar 2017 | WO |
2017074872 | May 2017 | WO |
Entry |
---|
Kumar, Samant; Issue Notification for U.S. Appl. No. 14/866,780, filed Sep. 25, 2015, dated Oct. 19, 2016, 1 pg. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 14/866,780, filed Sep. 25, 2015, dated Jul. 19, 2016, 8 pgs. |
Kumar, Samant; Advisory Action for U.S. Appl. No. 15/642,915, filed Jul. 6, 2017, dated Jul. 23, 2018, 18 pgs. |
Kumar, Samant; Corrected Notice of Allowance for U.S. Appl. No. 15/642,915, filed Jul. 6, 2017, dated Apr. 10, 2019, 7 pgs. |
Kumar, Samant; Final Office Action for U.S. Appl. No. 15/642,915, filed Jul. 6, 2017, dated Apr. 5, 2018, 18 pgs. |
Kumar, Samant; Issue Notification for U.S. Appl. No. 15/642,915, filed Jul. 6, 2017, dated Apr. 24, 2019, 1 pg. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 15/642,915, filed Jul. 6, 2017, dated Oct. 2, 2018, 15 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 15/642,915, filed Jul. 6, 2017, dated Nov. 1, 2017, 42 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 15/642,915, filed Jul. 6, 2017, dated Feb. 28, 2019, 11 pgs. |
Kumar, Samant; Supplemental Notice of Allowance for U.S. Appl. No. 15/642,915, filed Jul. 6, 2017, dated Mar. 25, 2019, 8 pgs. |
Kumar, Samant; Issue Notification for U.S. Appl. No. 14/866,630, filed Sep. 25, 2015, dated Apr. 11, 2018, 1 pg. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 14/866,630, filed Sep. 25, 2015, dated Aug. 9, 2017, 24 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 14/866,630, filed Sep. 25, 2015, dated Dec. 20, 2017, 19 pgs. |
Kumar, Samant; Supplemental Notice of Allowance for U.S. Appl. No. 14/866,630, filed Sep. 25, 2015, dated Jan. 31, 2018, 9 pgs. |
Kumar, Samant; Supplemental Notice of Allowance for U.S. Appl. No. 14/866,630, filed Sep. 25, 2015, dated Mar. 30, 2018, 6 pgs. |
Kumar, Samant; Corrected Notice of Allowability for U.S. Appl. No. 14/866,752, filed Sep. 25, 2015, dated Jul. 10, 2018, 5 pgs. |
Kumar, Samant; Corrected Noticeof Allowance for U.S. Appl. No. 14/866,752, filed Sep. 25, 2015, dated Oct. 4, 2018, 5 pgs. |
Kumar, Samant; Issue Notification for U.S. Appl. No. 14/866,752, filed Sep. 25, 2015, dated Oct. 17, 2018, 1 pg. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 14/866,752, filed Sep. 25, 2015, dated Nov. 7, 2017, 26 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 14/866,752, filed Sep. 25, 2015, dated May 17, 2018, 16 pgs. |
Kumar, Samant; Corrected Noticeof Allowance for U.S. Appl. No. 16/103,546, filed Mar. 25, 2019, dated Mar. 25, 2019, 7 pgs. |
Kumar, Samant; Corrected Notice of Allowance for U.S. Appl. No. 16/103,546, filed Aug. 14, 2018, dated Apr. 9, 2019, 6 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 16/103,546, filed Aug. 14, 2018, dated Jan. 28, 2019, 36 pgs. |
Kumar, Samant; Certificate of Correction for U.S. Appl. No. 14/866,720, filed Sep. 25, 2015, dated Feb. 13, 2018, 1 pg. |
Kumar, Samant; Issue Notification for U.S. Appl. No. 14/866,720, filed Sep. 25, 2015, dated Oct. 18, 2017, 1 pg. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 14/866,720, filed Sep. 25, 2015, dated Jan. 23, 2017, 17 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 14/866,720, filed Sep. 25, 2015, dated Jun. 29, 2017, 26 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 14/866,720, filed Sep. 25, 2015, dated Aug. 28, 2017, 11 pgs. |
Kumar, Samant; Response to Rule 312 Communication for U.S. Appl. No. 14/866,720, filed Sep. 25, 2015, dated Jul. 26, 2017, 2 pgs. |
Kumar, Samant; Advisory Action for U.S. Appl. No. 15/722,235, filed Oct. 2, 2017, dated Sep. 18, 2019, 4 pgs. |
Kumar, Samant; Corrected Notice of Allowance for U.S. Appl. No. 15/722,235, filed Oct. 2, 2017, dated Jan. 22, 2020, 6 pgs. |
Kumar, Samant; Final Office Action for U.S. Appl. No. 15/722,235, filed Oct. 2, 2017, dated Jul. 2, 2019, 18 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 15/722,235, filed Oct. 2, 2017, dated Jan. 8, 2019, 62 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 15/722,235, filed Oct. 2, 2017, dated Oct. 16, 2019, 17 pgs. |
Kumar, Samant; Supplemental Noticeof Allowance for U.S. Appl. No. 15/722,235, filed Oct. 2, 2017, dated Dec. 4, 2019, 6 pgs. |
Kumar, Samant; Ex-Parte Quayle Office Action for U.S. Appl. No. 14/948,925, filed Nov. 23, 2015, dated Jun. 20, 2017, 29 pgs. |
Kumar, Samant; Issue Notification for U.S. Appl. No. 14/948,925, filed Nov. 23, 2015, dated Nov. 16, 2017, 1 pg. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 14/948,925, filed Nov. 23, 2015, dated Sep. 20, 2017, 15 pgs. |
Kumar, Samant; Supplemental Notice of Allowance for U.S. Appl. No. 14/948,925, filed Nov. 23, 2015, dated Oct. 5, 2017, 2 pgs. |
Kumar, Samant; Corrected Notice of Allowance for U.S. Appl. No. 15/813,838, filed Nov. 15, 2017, dated Feb. 12, 2019, 6 pgs. |
Kumar, Samant; Issue Notification for U.S. Appl. No. 15/813,838, filed Nov. 15, 2017, dated Jan. 9, 2019, 1 pg. |
Kumar, Samant; Issue Notification for U.S. Appl. No. 15/813,838, filed Nov. 15, 2017, dated Feb. 20, 2019, 1 pg. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 15/813,838, filed Nov. 15, 2017, dated Oct. 2, 2018, 52 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 16/215,689, filed Dec. 11, 2018, dated Oct. 29, 2019, 53 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 16/215,689, filed Dec. 11, 2018, dated Nov. 13, 2019, 11 pgs. |
Kumar, Samant; Issue Notification for U.S. Appl. No. 14/948,143, filed Nov. 20, 2015, dated May 16, 2018, 1 pg. |
Kumar, Samant; Non-Final Office Action for U.S. Publication No. U.S. Appl. No. 14/948,143, filed Nov. 20, 2015, dated Dec. 28, 2017, 39 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 14/948,143, filed Nov. 20, 2015, dated Jan. 25, 2018, 13 pgs. |
Kumar, Samant; Supplemental Notice of Allowance for U.S. Appl. No. 14/948,143, filed Nov. 20, 2015, dated May 7, 2018. |
Kumar, Samant; Final Office Action for U.S. Appl. No. 15/624,950, filed Jun. 16, 2017, dated Dec. 20, 2018, 33 pgs. |
Kumar, Samant; Supplemental Notice of Allowance for U.S. Appl. No. 16/400,512, filed May 1, 2019, dated Feb. 3, 2020, 6 pgs. |
Kumar, Samant; Supplemental Notice of Allowance for U.S. Appl. No. 16/400,512, filed May 1, 2019, dated Jan. 13, 2020, 6 pgs. |
Kumar, Samant; Final Office Action for U.S. Appl. No. 16/278,534, filed Feb. 18, 2019, dated Jan. 7, 2020, 34 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 16/415,604, filed May 17, 2019, dated Sep. 16, 2020, 85 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 15/624,950, filed Jun. 16, 2017, dated Jul. 9, 2018, 50 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 16/278,534, filed Feb. 18, 2019, dated Jun. 11, 2019, 25 pgs. |
Kumar, Samant; Corrected Notice of Allowance for U.S. Appl. No. 14/987,538, filed Jan. 4, 2016, dated Jan. 10, 2018, 8 pgs. |
Kumar, Samant; Issue Notification for U.S. Appl. No. 14/987,538, filed Jan. 4, 2016, dated Jan. 31, 2018, 1 pg. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 14/987,538, filed Jan. 4, 2016, dated Jul. 21, 2017, 18 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 14/987,538, filed Jan. 4, 2016, dated Dec. 4, 2017, 20 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 14/987,538, filed Jan. 4, 2016, dated Mar. 23, 2017, 7 pgs. |
Kumar, Samant; Response to Amendment under Rule 312 for U.S. Appl. No. 14/987,538, filed Jan. 4, 2016, dated Jan. 17, 2018, 2 pgs. |
Kumar, Samant; Corrected Notice of Allowance for U.S. Appl. No. 15/624,961, filed Jun. 16, 2017, dated Jun. 28, 2018, 7 pgs. |
Kumar, Samant; Corrected Noticeof Allowance for U.S. Appl. No. 15/624,961, filed Jun. 16, 2017, dated Sep. 28, 2018, 9 pgs. |
Kumar, Samant; Issue Notification for U.S. Appl. No. 15/624,961, filed Jun. 16, 2017, dated Oct. 10, 2018, 1 pg. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 15/624,961, filed Jun. 16, 2017, dated Jul. 19, 2017, 7 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 15/624,961, filed Jun. 16, 2017, dated May 22, 2018, 44 pgs. |
Kumar, Samant; Notice of Non-Compliant Amendment for U.S. Appl. No. 15/624,961, filed Jun. 16, 2017, dated Jan. 10, 2018, 5 pgs. |
Kumar, Samant; Advisory Action for U.S. Appl. No. 14/929,180, filed Oct. 30, 2015, dated Jul. 27, 2018, 9 pgs. |
Kumar, Samant; Final Office Action for U.S. Appl. No. 14/929,180, filed Oct. 30, 2015, dated May 8, 2018, 35 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 14/929,180, filed Oct. 30, 2015, dated Oct. 1, 2018, 15 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 14/929,180, filed Oct. 30, 2015, dated Aug. 22, 2017, 32 pgs. |
Kumar, Samant; Advisory Action for U.S. Appl. No. 14/929,220, filed Oct. 30, 2015, dated Jul. 27, 2018, 8 pgs. |
Kumar, Samant; Final Office Action for U.S. Appl. No. 14/929,220, filed Oct. 30, 2015, dated May 10, 2018, 38 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 14/929,220, filed Oct. 30, 2015, dated Oct. 1, 2018, 13 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 14/929,220, filed Oct. 30, 2015, dated Aug. 24, 2017, 31 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 14/929,220, filed Oct. 30, 2015, dated Feb. 19, 2019, 24 pgs. |
Kumar, Samant; Supplemental Notice of Allowance for U.S. Appl. No. 14/929,220, filed Oct. 30, 2015, dated Apr. 12, 2019, 7 pgs. |
Kumar, Samant; Supplemental Notice of Allowance for U.S. Appl. No. 14/929,220, filed Oct. 30, 2015, dated May 6, 2019, 7 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 16/400,512, filed May 1, 2019, dated Aug. 22, 2019, 48 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 16/400,512, filed May 1, 2019, dated Nov. 4, 2019, 16 pgs. |
Tiwari, Rajeev; Final Office Action for U.S. Appl. No. 15/624,967, filed Jun. 16, 2017, dated May 8, 2018, 40 pgs. |
Kumar, Samant; Corrected Notice of Allowance for U.S. Appl. No. 15/057,085, filed Feb. 29, 2016, dated Oct. 31, 2017, 6 pgs. |
Kumar, Samant; Issue Notification for U.S. Appl. No. 15/057,085, filed Feb. 29, 2016, dated Jan. 31, 2018. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 15/057,085, filed Feb. 29, 2016, dated Apr. 7, 2017, 15 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 15/057,085, filed Feb. 29, 2016, dated Sep. 29, 2017, 28 pgs. |
Kumar, Samant; Advisory Action for U.S. Appl. No. 15/818,803, filed Nov. 21, 2017, dated Feb. 5, 2019, 13 pgs. |
Kumar, Samant; Final Office Action for U.S. Appl. No. 15/818,803, filed Nov. 21, 2017, dated Nov. 26, 2018, 20 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 15/818,803, filed Nov. 21, 2017, dated Jul. 25, 2018, 46 pgs. |
Kumar, Samant; Final Office Action for U.S. Appl. No. 16/283,340, filed Feb. 22, 2019, dated Aug. 13, 2019, 19 pgs. |
Kumar, Samant; Non-Final Office Action for U.S. Appl. No. 16/283,340, filed Feb. 22, 2019, dated Jun. 12, 2019, 51 pgs. |
Tiwari, Rajeev; Advisory Action for U.S. Appl. No. 15/348,920, filed Nov. 10, 2016, dated Jul. 17, 2018, 8 pgs. |
Tiwari, Rajeev; Corrected Noticeof Allowance for U.S. Appl. No. 15/348,920, filed Nov. 10, 2016, dated Feb. 26, 2019, 8 pgs. |
Tiwari, Rajeev; Corrected Notice of Allowance for U.S. Appl. No. 15/348,920, filed Nov. 10, 2016, dated Mar. 27, 2019, 13 pgs. |
Tiwari, Rajeev; Final Office Action for U.S. Appl. No. 15/348,920, filed Nov. 10, 2016, dated Apr. 30, 2018, 34 pgs. |
Tiwari, Rajeev; Issue Notification for U.S. Appl. No. 15/348,920, filed Nov. 10, 2016, dated Apr. 10, 2019, 1 pg. |
Tiwari, Rajeev; Non-Final Office Action for U.S. Appl. No. 15/348,920, filed Nov. 10, 2016, dated Nov. 20, 2017, 53 pgs. |
Tiwari, Rajeev; Non-Final Office Action for U.S. Appl. No. 15/348,920, filed Nov. 10, 2016, dated Aug. 24, 2018, 10 pgs. |
Tiwari, Rajeev; Notice of Allowance for U.S. Appl. No. 15/348,920, filed Nov. 10, 2016, dated Dec. 4, 2018, 11 pgs. |
Tiwari, Rajeev; Advisory Action for U.S. Appl. No. 15/624,967, filed Jun. 16, 2017, dated Jul. 17, 2018, 7 pgs. |
Tiwari, Rajeev; Issue Notification for U.S. Appl. No. 15/624,967, filed Jun. 16, 2017, dated Nov. 29, 2018, 1 pg. |
Tiwari, Rajeev; Non-Final Office Action for U.S. Appl. No. 15/624,967, filed Jun. 16, 2017, dated Nov. 7, 2017, 52 pgs. |
Tiwari, Rajeev; Notice of Allowance for U.S. Appl. No. 15/624,967, filed Jun. 16, 2017, dated Aug. 28, 2018, 6 pgs. |
Tiwari, Rajeev; Supplemental Notice of Allowance for U.S. Appl. No. 15/624,967, filed Jun. 16, 2017, dated Sep. 19, 2018, 7 pgs. |
Kumar, Samant; International Preliminary Reporton Patentability for PCT Application No. PCT/US2016/053768, Sep. 26, 2016, dated Apr. 5, 2018, 13 pgs. |
Kumar, Samant; International Search Report and Written Opinion for PCT/US16/53768, filed Sep. 26, 2016, dated Feb. 3, 2017, 17 pgs. |
Kumar, Samant; International Preliminary Report on Patentability for PCT Application No. PCT/US2016/058507, filed Oct. 24, 2016, dated May 11, 2018, 12 pgs. |
Kumar, Samant; International Search Report and Written Opinion for PCT/US2016/058507, filed Oct. 24, 2016, dated Jan. 3, 2017, 12 pgs. |
Businesswire; Article entitled: “GENBAND and CTDI Settle Legal Dispute”, located at <http://www.businesswire.com/news/home/20140321005528/en/GENBAND-CTDI-Settle-Legal-Dispute>, Mar. 21, 2014, 1 pg. |
CED Magazine; Article entitled: “Cable Connects In Atlanta”, located at <https://www.cedmagazine.com/article/2006/04/cable-connects-atlanta>, Apr. 30, 2006, 21 pgs. |
Consumer Electronics Net; Article entitled: “Teleplan Enhances Test Solution Portfolio with Titan”, located at <http://www.consumerelectronicsnet.com/article/Teleplan-Enhances-Test-Solution-Portfolio-With-Titan-4673561>, published on Nov. 1, 2016, 3 pgs. |
Digital Producer; Article entitled: “S3 Group Unveils Exclusive Partnership in North America With First US StormTest(TM) Decision Line Customer”, located at . . . <see comment section>. |
Electronic Design; Article entitled: “Testing of MPEG-2 Set-Top Boxes Must be Fast, Thorough”, located at <http://www.electronicdesign.com/print/839>, published Nov. 18, 2001, 9 pgs. |
Euromedia; Article entitled: “Automated TV Client testing: Swisscom partners with S3 Group to deliver the ultimate IPTV experience”, located at <http://advanced-television.com/wp-content/uploads/2012/10/s3.pdf>, earliest known pub. date—May 30, 2013, 2 pgs. |
Exact Ventures; Report entitled: North American Telecommunications Equipment Repair Market, located at http:/www.fortsol.com/wp-content/uploads/2016/08/Exact-Ventures-NA-Repair-Market-Report.pdf>, earliest known publication date Aug. 1, 2016, 12 pgs. |
Nordman, Bruce, “Testing Products with Network Connectivity,” Jun. 21, 2011 [retrieved online at http://citeseerx.is1. psu.edu/viewdoc/download?doi=10.1.1.695.772&rep=rep1&type=pdf on Feb. 6, 2017], 20 pgs. |
Promptlink Communications; Article entitled: “Promptlink Communications Officially Launches Sep-Top Box Testing Platform”, located at <https://www.promptlink.com/company/assets/media/2014-05-20.pdf>, published on May 20, 2014, 2 pgs. |
Promptlink; Article entitled: “Cable Modem Test Platform”, located at <https://www.promptlink.com/products/cmtp.html>, earliest known publication date Aug. 11, 2016, 10 pgs. |
Promptlink; Article entitled: “Set-Top Box Test Platform”, located at <http://promptlink.com/products/stbtp.html>, earliest known publication date Aug. 11, 2016, 7 pgs. |
Promptlink; Article entitled: “Set-Top Box Test Platform”, located at <http://promptlink.com/products/stbtp.html>, earliest known publication date Aug. 11, 2016, 7 pgs. S3 Group; Document entitled: “White Paper: The Importance of Automated Testing in Set-Top Box Integration”, earliest known publication date Jun. 17, 2014, 11 pgs. |
Teleplan; Article entitled: “Screening & Testing”, located at <https://www.teleplan.com/innovative-services/screening-testing/>, earliest known publication date Mar. 21, 2015, 7 pgs. |
Tvtechnology; Article entitled: “S3 Group's StormTest”, located at <http://www.tvtechnology.com/expertise/0003/s3-groups-stormtest/256690>, published May 1, 2012, 2 pgs. |
Kumar, Samant; Notice of Allowance for U.S. Appl. No. 16/415,604, filed May 17, 2019, dated Dec. 16, 2020, 6 pgs. |
Number | Date | Country | |
---|---|---|---|
20200142001 A1 | May 2020 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 15722235 | Oct 2017 | US |
Child | 16737573 | US | |
Parent | 14866720 | Sep 2015 | US |
Child | 15722235 | US |